OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 24... Line 24...
24 }; 24 };
25 #endif 25 #endif
Line 26... Line 26...
26 26
27 --- a/arch/mips/bcm63xx/boards/board_common.c 27 --- a/arch/mips/bcm63xx/boards/board_common.c
28 +++ b/arch/mips/bcm63xx/boards/board_common.c 28 +++ b/arch/mips/bcm63xx/boards/board_common.c
Line 29... Line 29...
29 @@ -247,9 +247,10 @@ int __init board_register_devices(void) 29 @@ -251,9 +251,10 @@ int __init board_register_devices(void)
Line 30... Line 30...
30 30
31 platform_device_register(&bcm63xx_gpio_leds); 31 platform_device_register(&bcm63xx_gpio_leds);
Line 113... Line 113...
113 #include <linux/gpio.h> 113 #include <linux/gpio.h>
114 +#include <linux/gpio/machine.h> 114 +#include <linux/gpio/machine.h>
115 #include <linux/leds.h> 115 #include <linux/leds.h>
116 #include <bcm63xx_dev_enet.h> 116 #include <bcm63xx_dev_enet.h>
117 #include <bcm63xx_dev_usb_usbd.h> 117 #include <bcm63xx_dev_usb_usbd.h>
118 @@ -49,8 +50,8 @@ struct board_info { 118 @@ -54,8 +55,8 @@ struct board_info {
119 /* External PHY reset GPIO */ 119 /* External PHY reset GPIO */
120 unsigned int ephy_reset_gpio; 120 unsigned int ephy_reset_gpio;
Line 121... Line 121...
121 121
122 - /* External PHY reset GPIO flags from gpio.h */ 122 - /* External PHY reset GPIO flags from gpio.h */