diff options
Diffstat (limited to 'include/linux/phy_fixed.h')
-rw-r--r-- | include/linux/phy_fixed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/phy_fixed.h b/include/linux/phy_fixed.h index f2ca1b459377..7e75bfe37cc7 100644 --- a/include/linux/phy_fixed.h +++ b/include/linux/phy_fixed.h | |||
@@ -11,7 +11,7 @@ struct fixed_phy_status { | |||
11 | 11 | ||
12 | struct device_node; | 12 | struct device_node; |
13 | 13 | ||
14 | #ifdef CONFIG_FIXED_PHY | 14 | #if IS_ENABLED(CONFIG_FIXED_PHY) |
15 | extern int fixed_phy_add(unsigned int irq, int phy_id, | 15 | extern int fixed_phy_add(unsigned int irq, int phy_id, |
16 | struct fixed_phy_status *status); | 16 | struct fixed_phy_status *status); |
17 | extern struct phy_device *fixed_phy_register(unsigned int irq, | 17 | extern struct phy_device *fixed_phy_register(unsigned int irq, |