diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-06-05 13:40:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-06-05 13:40:41 +0000 |
commit | 9a61b249c5a355ce95747200302e353a0d30bea0 (patch) | |
tree | b778ea6d1bec2bd758297e0f879b5cb3bc0b4191 /target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch | |
parent | 5ec22097344e7f57a1b0e9332dd87051627cea18 (diff) | |
download | upstream-9a61b249c5a355ce95747200302e353a0d30bea0.tar.gz upstream-9a61b249c5a355ce95747200302e353a0d30bea0.tar.bz2 upstream-9a61b249c5a355ce95747200302e353a0d30bea0.zip |
fix board patches so that new boards are withing appropriate ifdef
Some new board definitions were added within the #ifdef CONFIG_CPU_6338
section while some other were added within #ifdef CONFIG_CPU_6345, fix this
SVN-Revision: 32060
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch b/target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch index f62a335c0d..35f40186ca 100644 --- a/target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch +++ b/target/linux/brcm63xx/patches-3.3/308-MIPS-BCM63XX-move-flash-registration-out-of-board_bc.patch @@ -39,7 +39,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> #include <linux/ssb/ssb.h> #include <linux/gpio_keys.h> #include <linux/input.h> -@@ -26,6 +23,7 @@ +@@ -27,6 +24,7 @@ #include <bcm63xx_dev_pci.h> #include <bcm63xx_dev_enet.h> #include <bcm63xx_dev_dsp.h> @@ -47,7 +47,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> #include <bcm63xx_dev_pcmcia.h> #include <bcm63xx_dev_spi.h> #include <board_bcm963xx.h> -@@ -865,40 +863,6 @@ void __init board_setup(void) +@@ -866,40 +864,6 @@ void __init board_setup(void) panic("unexpected CPU for bcm963xx board"); } @@ -88,7 +88,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> static struct gpio_led_platform_data bcm63xx_led_data; static struct platform_device bcm63xx_gpio_leds = { -@@ -922,7 +886,6 @@ static struct platform_device bcm63xx_gp +@@ -923,7 +887,6 @@ static struct platform_device bcm63xx_gp */ int __init board_register_devices(void) { @@ -96,7 +96,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> int button_count = 0; int led_count = 0; -@@ -967,14 +930,7 @@ int __init board_register_devices(void) +@@ -968,14 +931,7 @@ int __init board_register_devices(void) if (board.num_spis) spi_register_board_info(board.spis, board.num_spis); |