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 114... Line 114...
114 #include <linux/gpio.h> 114 #include <linux/gpio.h>
115 +#include <linux/gpio/machine.h> 115 +#include <linux/gpio/machine.h>
116 #include <linux/leds.h> 116 #include <linux/leds.h>
117 #include <bcm63xx_dev_enet.h> 117 #include <bcm63xx_dev_enet.h>
118 #include <bcm63xx_dev_usb_usbd.h> 118 #include <bcm63xx_dev_usb_usbd.h>
119 @@ -50,8 +51,8 @@ struct board_info { 119 @@ -55,8 +56,8 @@ struct board_info {
120 /* External PHY reset GPIO */ 120 /* External PHY reset GPIO */
121 unsigned int ephy_reset_gpio; 121 unsigned int ephy_reset_gpio;
Line 122... Line 122...
122 122
123 - /* External PHY reset GPIO flags from gpio.h */ 123 - /* External PHY reset GPIO flags from gpio.h */