OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 10... Line 10...
10 arch/mips/bcm63xx/boards/board_bcm963xx.c | 7 ------- 10 arch/mips/bcm63xx/boards/board_bcm963xx.c | 7 -------
11 1 file changed, 7 deletions(-) 11 1 file changed, 7 deletions(-)
Line 12... Line 12...
12   12  
13 --- a/arch/mips/bcm63xx/boards/board_common.c 13 --- a/arch/mips/bcm63xx/boards/board_common.c
14 +++ b/arch/mips/bcm63xx/boards/board_common.c 14 +++ b/arch/mips/bcm63xx/boards/board_common.c
15 @@ -27,9 +27,7 @@ -  
16 #include <bcm63xx_dev_pci.h> 15 @@ -28,9 +28,7 @@
-   16 #include <bcm63xx_dev_enet.h>
17 #include <bcm63xx_dev_enet.h> 17 #include <bcm63xx_dev_dsp.h>
18 #include <bcm63xx_dev_flash.h> 18 #include <bcm63xx_dev_flash.h>
19 -#include <bcm63xx_dev_hsspi.h> 19 -#include <bcm63xx_dev_hsspi.h>
20 #include <bcm63xx_dev_pcmcia.h> 20 #include <bcm63xx_dev_pcmcia.h>
21 -#include <bcm63xx_dev_spi.h> 21 -#include <bcm63xx_dev_spi.h>
22 #include <bcm63xx_dev_usb_ehci.h> 22 #include <bcm63xx_dev_usb_ehci.h>
23 #include <bcm63xx_dev_usb_ohci.h> 23 #include <bcm63xx_dev_usb_ohci.h>
24 #include <bcm63xx_dev_usb_usbd.h> 24 #include <bcm63xx_dev_usb_usbd.h>
25 @@ -236,10 +234,6 @@ int __init board_register_devices(void) 25 @@ -240,10 +238,6 @@ int __init board_register_devices(void)
26 bcm63xx_register_fallback_sprom(&board.fallback_sprom))) 26 bcm63xx_register_fallback_sprom(&board.fallback_sprom)))
Line 27... Line 27...
27 pr_err(PFX "failed to register fallback SPROM\n"); 27 pr_err(PFX "failed to register fallback SPROM\n");
28 28
Line 35... Line 35...
35 bcm63xx_led_data.num_leds = ARRAY_SIZE(board.leds); 35 bcm63xx_led_data.num_leds = ARRAY_SIZE(board.leds);
36 --- a/arch/mips/bcm63xx/Makefile 36 --- a/arch/mips/bcm63xx/Makefile
37 +++ b/arch/mips/bcm63xx/Makefile 37 +++ b/arch/mips/bcm63xx/Makefile
38 @@ -1,6 +1,6 @@ 38 @@ -1,6 +1,6 @@
39 obj-y += clk.o cpu.o cs.o gpio.o irq.o nvram.o prom.o reset.o \ 39 obj-y += clk.o cpu.o cs.o gpio.o irq.o nvram.o prom.o reset.o \
40 setup.o timer.o dev-enet.o dev-flash.o dev-pcmcia.o \ 40 setup.o timer.o dev-dsp.o dev-enet.o dev-flash.o \
41 - dev-rng.o dev-spi.o dev-hsspi.o dev-uart.o dev-wdt.o \ 41 - dev-pcmcia.o dev-rng.o dev-spi.o dev-hsspi.o dev-uart.o \
42 + dev-rng.o dev-uart.o dev-wdt.o \ 42 + dev-pcmcia.o dev-rng.o dev-uart.o \
43 dev-usb-ehci.o dev-usb-ohci.o dev-usb-usbd.o usb-common.o \ 43 dev-wdt.o dev-usb-ehci.o dev-usb-ohci.o dev-usb-usbd.o \
44 sprom.o 44 usb-common.o sprom.o
45 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o 45 obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
46 --- a/arch/mips/bcm63xx/dev-hsspi.c 46 --- a/arch/mips/bcm63xx/dev-hsspi.c
47 +++ /dev/null 47 +++ /dev/null
48 @@ -1,48 +0,0 @@ 48 @@ -1,48 +0,0 @@
49 -/* 49 -/*