[PATCH 2/9] mips/PCI: Remove CONFIG_HOTPLUG ifdefs
Bill Pemberton
wfp5p at virginia.edu
Thu Nov 22 07:34:53 EST 2012
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p at virginia.edu>
Cc: Bjorn Helgaas <bhelgaas at google.com>
Cc: Ralf Baechle <ralf at linux-mips.org>
Cc: Grant Likely <grant.likely at secretlab.ca>
Cc: Rob Herring <rob.herring at calxeda.com>
Cc: linux-mips at linux-mips.org
Cc: devicetree-discuss at lists.ozlabs.org
---
arch/mips/pci/pci.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c
index 04e35bc..4040416 100644
--- a/arch/mips/pci/pci.c
+++ b/arch/mips/pci/pci.c
@@ -313,10 +313,8 @@ void __devinit pcibios_fixup_bus(struct pci_bus *bus)
}
}
-#ifdef CONFIG_HOTPLUG
EXPORT_SYMBOL(PCIBIOS_MIN_IO);
EXPORT_SYMBOL(PCIBIOS_MIN_MEM);
-#endif
int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
enum pci_mmap_state mmap_state, int write_combine)
--
1.8.0
More information about the devicetree-discuss
mailing list