diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fec.h | 3 |
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]; }; |