remove bcm63xx_pci_register() call in livebox board
authorFlorian Fainelli <florian@openwrt.org>
Wed, 11 Jul 2012 09:15:26 +0000 (09:15 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 11 Jul 2012 09:15:26 +0000 (09:15 +0000)
SVN-Revision: 32661

target/linux/brcm63xx/patches-3.3/513-board_livebox.patch

index 3305e927135c59885f3c992c6b6c1298f503913d..dc53d481bb743b1e3cf5d97898ef76310a7a8669 100644 (file)
@@ -20,7 +20,7 @@
  ccflags-y := -Werror
 --- /dev/null
 +++ b/arch/mips/bcm63xx/boards/board_livebox.c
-@@ -0,0 +1,373 @@
+@@ -0,0 +1,368 @@
 +/*
 + * This file is subject to the terms and conditions of the GNU General Public
 + * License.  See the file "COPYING" in the main directory of this archive
 +              platform_device_register(&bcm63xx_gpio_keys_device);
 +      }
 +
-+#ifdef CONFIG_PCI
-+      if (board.has_pci)
-+              bcm63xx_pci_register();
-+#endif
-+
 +      return 0;
 +}