diff options
Diffstat (limited to 'include/linux/fec.h')
-rw-r--r-- | include/linux/fec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fec.h b/include/linux/fec.h index bcff455d1d53..1454a503622d 100644 --- a/include/linux/fec.h +++ b/include/linux/fec.h | |||
@@ -19,6 +19,7 @@ | |||
19 | struct fec_platform_data { | 19 | struct fec_platform_data { |
20 | phy_interface_t phy; | 20 | phy_interface_t phy; |
21 | unsigned char mac[ETH_ALEN]; | 21 | unsigned char mac[ETH_ALEN]; |
22 | void (*sleep_mode_enable)(int enabled); | ||
22 | }; | 23 | }; |
23 | 24 | ||
24 | #endif | 25 | #endif |