au1000: remove patches/configs for 2.6.35
[openwrt.git] / target / linux / brcm63xx / patches-2.6.35 / 200-extended-platform-devices.patch
index ebff6d1..e9619d4 100644 (file)
@@ -1,15 +1,15 @@
 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1051,5 +1051,9 @@ int __init board_register_devices(void)
-               platform_device_register(&bcm63xx_gpio_buttons_device);
-       }
+@@ -1008,6 +1008,9 @@ int __init board_register_devices(void)
+       if (board.has_udc0)
+               bcm63xx_udc_register();
  
-+      if (board.num_devs) {
++      if (board.num_devs)
 +              platform_add_devices(board.devs, board.num_devs);
-+      }
 +
-       return 0;
- }
+       /* read base address of boot chip select (0) */
+       if (BCMCPU_IS_6345())
+               val = 0x1fc00000;
 --- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
 +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
 @@ -61,6 +61,10 @@ struct board_info {
This page took 0.037601 seconds and 4 git commands to generate.