summaryrefslogtreecommitdiffstats
path: root/include/fec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fec.h')
-rw-r--r--include/fec.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/fec.h b/include/fec.h
index f56b02309d..94cb6edd19 100644
--- a/include/fec.h
+++ b/include/fec.h
@@ -12,10 +12,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
*/
/**
@@ -25,6 +21,8 @@
#ifndef __INCLUDE_NETWORK_FEC_H
#define __INCLUDE_NETWORK_FEC_H
+#include <linux/phy.h>
+
/*
* Supported phy types on this platform
*/
@@ -43,6 +41,7 @@ typedef enum {
struct fec_platform_data {
xceiver_type xcv_type;
int phy_addr;
+ void (*phy_init)(struct phy_device *dev);
};
#endif /* __INCLUDE_NETWORK_FEC_H */