diff options
Diffstat (limited to 'arch/powerpc/kernel/pci_64.c')
-rw-r--r-- | arch/powerpc/kernel/pci_64.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index 4ff190ff24a0..2cbe6768fddd 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
@@ -74,8 +74,6 @@ static int __init pcibios_init(void) | |||
74 | 74 | ||
75 | subsys_initcall(pcibios_init); | 75 | subsys_initcall(pcibios_init); |
76 | 76 | ||
77 | #ifdef CONFIG_HOTPLUG | ||
78 | |||
79 | int pcibios_unmap_io_space(struct pci_bus *bus) | 77 | int pcibios_unmap_io_space(struct pci_bus *bus) |
80 | { | 78 | { |
81 | struct pci_controller *hose; | 79 | struct pci_controller *hose; |
@@ -124,8 +122,6 @@ int pcibios_unmap_io_space(struct pci_bus *bus) | |||
124 | } | 122 | } |
125 | EXPORT_SYMBOL_GPL(pcibios_unmap_io_space); | 123 | EXPORT_SYMBOL_GPL(pcibios_unmap_io_space); |
126 | 124 | ||
127 | #endif /* CONFIG_HOTPLUG */ | ||
128 | |||
129 | static int __devinit pcibios_map_phb_io_space(struct pci_controller *hose) | 125 | static int __devinit pcibios_map_phb_io_space(struct pci_controller *hose) |
130 | { | 126 | { |
131 | struct vm_struct *area; | 127 | struct vm_struct *area; |