diff options
Diffstat (limited to 'include/linux/phy_fixed.h')
-rw-r--r-- | include/linux/phy_fixed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy_fixed.h b/include/linux/phy_fixed.h index 1e5d86ebdaeb..52bc8e487ef7 100644 --- a/include/linux/phy_fixed.h +++ b/include/linux/phy_fixed.h | |||
@@ -11,6 +11,7 @@ struct fixed_phy_status { | |||
11 | }; | 11 | }; |
12 | 12 | ||
13 | struct device_node; | 13 | struct device_node; |
14 | struct gpio_desc; | ||
14 | 15 | ||
15 | #if IS_ENABLED(CONFIG_FIXED_PHY) | 16 | #if IS_ENABLED(CONFIG_FIXED_PHY) |
16 | extern int fixed_phy_change_carrier(struct net_device *dev, bool new_carrier); | 17 | extern int fixed_phy_change_carrier(struct net_device *dev, bool new_carrier); |