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-01-09 21:02:27 +0800
commit55dad6c8c3145616f9c7decf3920ff5d37202b53 (patch)
tree1909a43fdf7dde2eb7b117def6129de95e5f1a52 /include
parent9473222c1c6c49f20952c56c0302077aff915c94 (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];
};