summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-25 08:28:44 -0500
committerJason Liu <r64343@freescale.com>2012-07-20 13:16:39 +0800
commit710af4e09dde3bc3abead85fca5847d51898dea9 (patch)
treee4d55ec787355db209da06c8121c7458fcde73a8 /include
parentc1ec842b7169e5172d0f60940021eab7ab813656 (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 bcff455d1d53..d6a07048f842 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];
};