diff options
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/Kconfig | 6 | ||||
-rw-r--r-- | arch/ppc/kernel/pci.c | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index ccce2a4a1522..6bdeeb70b157 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig | |||
@@ -1237,8 +1237,10 @@ config PCI | |||
1237 | infrastructure code to support PCI bus devices. | 1237 | infrastructure code to support PCI bus devices. |
1238 | 1238 | ||
1239 | config PCI_DOMAINS | 1239 | config PCI_DOMAINS |
1240 | bool | 1240 | def_bool PCI |
1241 | default PCI | 1241 | |
1242 | config PCI_SYSCALL | ||
1243 | def_bool PCI | ||
1242 | 1244 | ||
1243 | config MPC83xx_PCI2 | 1245 | config MPC83xx_PCI2 |
1244 | bool "Support for 2nd PCI host controller" | 1246 | bool "Support for 2nd PCI host controller" |
diff --git a/arch/ppc/kernel/pci.c b/arch/ppc/kernel/pci.c index 5e723c4c2571..c2ec13bea006 100644 --- a/arch/ppc/kernel/pci.c +++ b/arch/ppc/kernel/pci.c | |||
@@ -633,12 +633,6 @@ void pcibios_make_OF_bus_map(void) | |||
633 | { | 633 | { |
634 | } | 634 | } |
635 | 635 | ||
636 | /* Add sysfs properties */ | ||
637 | void pcibios_add_platform_entries(struct pci_dev *pdev) | ||
638 | { | ||
639 | } | ||
640 | |||
641 | |||
642 | static int __init | 636 | static int __init |
643 | pcibios_init(void) | 637 | pcibios_init(void) |
644 | { | 638 | { |