aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2018-03-13 10:20:08 +0100
committerRafał Miłecki <rafal@milecki.pl>2018-03-13 12:01:36 +0100
commit9004fc3c76324f669df3ff402faf78dc847af58a (patch)
treec93dd7eaef1c9846391854fb5f9242575f61c8d1 /target/linux/generic/files
parentcff2dedebc665dc1d3d64d850afd0124c6d35eaa (diff)
downloadupstream-9004fc3c76324f669df3ff402faf78dc847af58a.tar.gz
upstream-9004fc3c76324f669df3ff402faf78dc847af58a.tar.bz2
upstream-9004fc3c76324f669df3ff402faf78dc847af58a.zip
kernel: b53: drop support for old location of bcm47xx_nvram.h
In kernels 4.0 and older that header file was located in some subdir of arch/mips/include. Target brcm47xx supports kernels 4.4 and 4.9 only so that code isn't needed anymore. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/files')
-rw-r--r--target/linux/generic/files/drivers/net/phy/b53/b53_priv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h b/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
index 277c75d367..0c0358206d 100644
--- a/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
+++ b/target/linux/generic/files/drivers/net/phy/b53/b53_priv.h
@@ -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();