From: Bill Pemberton Date: Wed, 21 Nov 2012 20:34:55 +0000 (-0500) Subject: sh/PCI: Remove CONFIG_HOTPLUG ifdefs X-Git-Tag: next-20121205~29^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=48bee693abca6e4f0f4d1f393f44b4be128b0a39;p=karo-tx-linux.git sh/PCI: Remove CONFIG_HOTPLUG ifdefs 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 Cc: Paul Mundt Acked-by: Bjorn Helgaas Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/sh/drivers/pci/pci.c b/arch/sh/drivers/pci/pci.c index a7e078f2e2e4..81e5dafed3e4 100644 --- a/arch/sh/drivers/pci/pci.c +++ b/arch/sh/drivers/pci/pci.c @@ -319,7 +319,5 @@ EXPORT_SYMBOL(pci_iounmap); #endif /* CONFIG_GENERIC_IOMAP */ -#ifdef CONFIG_HOTPLUG EXPORT_SYMBOL(PCIBIOS_MIN_IO); EXPORT_SYMBOL(PCIBIOS_MIN_MEM); -#endif