aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-11 09:15:26 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-11 09:15:26 +0000
commit05cf8f8a39e25b4b5637ff177ad8828681ed58a2 (patch)
treec446a05fb6f8ac7e5c731b48f9c04f1554923a9b /target
parentcf3626941fe8c1af1cd21f7a0f2c457f6c841605 (diff)
downloadmaster-187ad058-05cf8f8a39e25b4b5637ff177ad8828681ed58a2.tar.gz
master-187ad058-05cf8f8a39e25b4b5637ff177ad8828681ed58a2.tar.bz2
master-187ad058-05cf8f8a39e25b4b5637ff177ad8828681ed58a2.zip
[brcm63xx] remove bcm63xx_pci_register() call in livebox board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/patches-3.3/513-board_livebox.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/513-board_livebox.patch b/target/linux/brcm63xx/patches-3.3/513-board_livebox.patch
index 3305e92713..dc53d481bb 100644
--- a/target/linux/brcm63xx/patches-3.3/513-board_livebox.patch
+++ b/target/linux/brcm63xx/patches-3.3/513-board_livebox.patch
@@ -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
@@ -387,10 +387,5 @@
+ platform_device_register(&bcm63xx_gpio_keys_device);
+ }
+
-+#ifdef CONFIG_PCI
-+ if (board.has_pci)
-+ bcm63xx_pci_register();
-+#endif
-+
+ return 0;
+}