From patchwork Wed Nov 21 20:34:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/9] sh/PCI: Remove CONFIG_HOTPLUG ifdefs Date: Wed, 21 Nov 2012 10:34:55 -0000 From: Bill Pemberton X-Patchwork-Id: 200847 Message-Id: <1353530100-728-5-git-send-email-wfp5p@virginia.edu> To: gregkh@linuxfoundation.org Cc: linux-pci@vger.kernel.org, Paul Mundt , Bjorn Helgaas , linux-sh@vger.kernel.org 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 Cc: Bjorn Helgaas Cc: linux-sh@vger.kernel.org --- arch/sh/drivers/pci/pci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/sh/drivers/pci/pci.c b/arch/sh/drivers/pci/pci.c index a7e078f..81e5daf 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