remove bcm63xx_pci_register() call in livebox board
SVN-Revision: 32661
This commit is contained in:
parent
f8446c3d4c
commit
b94d9eb302
1 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
+}
|
||||
|
|
Loading…
Reference in a new issue