diff options
Diffstat (limited to 'include/linux/phy_fixed.h')
-rw-r--r-- | include/linux/phy_fixed.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/phy_fixed.h b/include/linux/phy_fixed.h index cf6392de6eb0..ee54453a40a0 100644 --- a/include/linux/phy_fixed.h +++ b/include/linux/phy_fixed.h | |||
@@ -24,9 +24,6 @@ extern void fixed_phy_unregister(struct phy_device *phydev); | |||
24 | extern int fixed_phy_set_link_update(struct phy_device *phydev, | 24 | extern int fixed_phy_set_link_update(struct phy_device *phydev, |
25 | int (*link_update)(struct net_device *, | 25 | int (*link_update)(struct net_device *, |
26 | struct fixed_phy_status *)); | 26 | struct fixed_phy_status *)); |
27 | extern int fixed_phy_update_state(struct phy_device *phydev, | ||
28 | const struct fixed_phy_status *status, | ||
29 | const struct fixed_phy_status *changed); | ||
30 | #else | 27 | #else |
31 | static inline int fixed_phy_add(unsigned int irq, int phy_id, | 28 | static inline int fixed_phy_add(unsigned int irq, int phy_id, |
32 | struct fixed_phy_status *status, | 29 | struct fixed_phy_status *status, |
@@ -50,12 +47,6 @@ static inline int fixed_phy_set_link_update(struct phy_device *phydev, | |||
50 | { | 47 | { |
51 | return -ENODEV; | 48 | return -ENODEV; |
52 | } | 49 | } |
53 | static inline int fixed_phy_update_state(struct phy_device *phydev, | ||
54 | const struct fixed_phy_status *status, | ||
55 | const struct fixed_phy_status *changed) | ||
56 | { | ||
57 | return -ENODEV; | ||
58 | } | ||
59 | #endif /* CONFIG_FIXED_PHY */ | 50 | #endif /* CONFIG_FIXED_PHY */ |
60 | 51 | ||
61 | #endif /* __PHY_FIXED_H */ | 52 | #endif /* __PHY_FIXED_H */ |