OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 15... Line 15...
15 arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h | 4 ++++ 15 arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h | 4 ++++
16 4 files changed, 17 insertions(+), 9 deletions(-) 16 4 files changed, 17 insertions(+), 9 deletions(-)
Line 17... Line 17...
17   17  
18 --- a/arch/mips/bcm63xx/boards/board_common.c 18 --- a/arch/mips/bcm63xx/boards/board_common.c
19 +++ b/arch/mips/bcm63xx/boards/board_common.c 19 +++ b/arch/mips/bcm63xx/boards/board_common.c
20 @@ -141,7 +141,6 @@ static struct platform_device bcm63xx_gp 20 @@ -142,7 +142,6 @@ static struct platform_device bcm63xx_gp
21 int __init board_register_devices(void) 21 int __init board_register_devices(void)
22 { 22 {
23 int usbh_ports = 0; 23 int usbh_ports = 0;
Line 24... Line 24...
24 - u8 mac[ETH_ALEN]; 24 - u8 mac[ETH_ALEN];
25 25
26 if (board.has_uart0) 26 if (board.has_uart0)
27 bcm63xx_uart_register(0); 27 bcm63xx_uart_register(0);
28 @@ -184,8 +183,8 @@ int __init board_register_devices(void) 28 @@ -188,8 +187,8 @@ int __init board_register_devices(void)
Line 29... Line 29...
29 * do this after registering enet devices 29 * do this after registering enet devices
30 */ 30 */
Line 73... Line 73...
73 +int bcm63xx_register_fallback_sprom(struct fallback_sprom_data *data); 73 +int bcm63xx_register_fallback_sprom(struct fallback_sprom_data *data);
Line 74... Line 74...
74 74
75 #endif 75 #endif
76 --- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h 76 --- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
77 +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h 77 +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
78 @@ -7,6 +7,7 @@ -  
79 #include <linux/leds.h> 78 @@ -8,6 +8,7 @@
80 #include <bcm63xx_dev_enet.h> 79 #include <bcm63xx_dev_enet.h>
-   80 #include <bcm63xx_dev_usb_usbd.h>
81 #include <bcm63xx_dev_usb_usbd.h> 81 #include <bcm63xx_dev_dsp.h>
Line 82... Line 82...
82 +#include <bcm63xx_fallback_sprom.h> 82 +#include <bcm63xx_fallback_sprom.h>
83 83
84 /* 84 /*
Line 85... Line 85...
85 * flash mapping 85 * flash mapping
86 @@ -50,6 +51,9 @@ struct board_info { 86 @@ -55,6 +56,9 @@ struct board_info {
87 87
88 /* External PHY reset GPIO flags from gpio.h */ 88 /* External PHY reset GPIO flags from gpio.h */