kernel: b53: drop support for old location of bcm47xx_nvram.h
[openwrt/openwrt.git] / target / linux / generic / files / drivers / net / phy / b53 / b53_priv.h
index 277c75d367a8e120e9846fe97f838f717123450a..0c0358206ddaf1ea76a1079dedd9894b3373e6b8 100644 (file)
@@ -310,14 +310,12 @@ static inline int b53_write64(struct b53_device *dev, u8 page, u8 reg,
 }
 
 #ifdef CONFIG_BCM47XX
+#include <bcm47xx_board.h>
 
 #include <linux/version.h>
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 0))
 #include <linux/bcm47xx_nvram.h>
-#else
-#include <bcm47xx_nvram.h>
 #endif
-#include <bcm47xx_board.h>
 static inline int b53_switch_get_reset_gpio(struct b53_device *dev)
 {
        enum bcm47xx_board board = bcm47xx_board_get();