aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-25 08:28:44 -0500
committerEric Miao <eric.miao@canonical.com>2011-11-10 07:38:50 +0800
commit174307d1e6ef9c9dd353462f9724b92aa6891201 (patch)
tree2735ffa4f3e18bf3941d274e62887093dd99e1ee /include
parent5ea689d7d49913d4ed01fbcb192299958f9631ba (diff)
ENGR00160709-1 Move board specific code out of FEC driver
Move the board specific code out of the FEC driver to the platform layer Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fec.h b/include/linux/fec.h
index bcff455d1d5..d6a07048f84 100644
--- a/include/linux/fec.h
+++ b/include/linux/fec.h
@@ -3,7 +3,7 @@
* Copyright (c) 2009 Orex Computed Radiography
* Baruch Siach <baruch@tkos.co.il>
*
- * Copyright (C) 2010 Freescale Semiconductor, Inc.
+ * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
*
* Header file for the FEC platform data
*
@@ -17,6 +17,7 @@
#include <linux/phy.h>
struct fec_platform_data {
+ int (*init) (struct phy_device *);
phy_interface_t phy;
unsigned char mac[ETH_ALEN];
};