diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2018-12-20 00:02:31 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2018-12-30 13:22:13 +0100 |
commit | a01568fbd34eefeb7c92da68a55d25000728d7a6 (patch) | |
tree | 8358cbe73d27d69c35a99147bbeab3c7aac6e0ed /target/linux/brcm63xx/patches-4.14/208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch | |
parent | d09561f73d74c467347753a153c509faa48233a1 (diff) | |
download | upstream-a01568fbd34eefeb7c92da68a55d25000728d7a6.tar.gz upstream-a01568fbd34eefeb7c92da68a55d25000728d7a6.tar.bz2 upstream-a01568fbd34eefeb7c92da68a55d25000728d7a6.zip |
brcm63xx: remove broken DSP platform device code
There is no driver and it crashes the kernel, so just remove it.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/patches-4.14/208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.14/208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/patches-4.14/208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch b/target/linux/brcm63xx/patches-4.14/208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch index f94ce7029e..7f9479b825 100644 --- a/target/linux/brcm63xx/patches-4.14/208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch +++ b/target/linux/brcm63xx/patches-4.14/208-MIPS-BCM63XX-pass-a-mac-addresss-allocator-to-board-.patch @@ -17,7 +17,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -743,7 +743,8 @@ void __init board_prom_init(void) +@@ -727,7 +727,8 @@ void __init board_prom_init(void) if (strncmp(board_name, bcm963xx_boards[i]->name, 16)) continue; /* copy, board desc array is marked initdata */ @@ -37,7 +37,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> #include <bcm63xx_gpio.h> #include <bcm63xx_dev_pci.h> #include <bcm63xx_dev_enet.h> -@@ -82,15 +81,20 @@ const char *board_get_name(void) +@@ -81,15 +80,20 @@ const char *board_get_name(void) return board.name; } @@ -59,7 +59,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> /* setup pin multiplexing depending on board enabled device, * this has to be done this early since PCI init is done * inside arch_initcall */ -@@ -163,15 +167,15 @@ int __init board_register_devices(void) +@@ -162,15 +166,15 @@ int __init board_register_devices(void) bcm63xx_pcmcia_register(); if (board.has_enet0 && @@ -78,7 +78,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> bcm63xx_enetsw_register(&board.enetsw); if (board.has_usbd) -@@ -190,7 +194,7 @@ int __init board_register_devices(void) +@@ -186,7 +190,7 @@ int __init board_register_devices(void) * do this after registering enet devices */ #ifdef CONFIG_SSB_PCIHOST |