diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-21 15:34:55 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 12:50:22 -0800 |
commit | 48bee693abca6e4f0f4d1f393f44b4be128b0a39 (patch) | |
tree | fc59c0f1f1302c0892b10d03f778e79d212e22cc /arch/sh/drivers | |
parent | e47034c7a1522b9572c76bb1d003d56d9f3fcb31 (diff) | |
download | linux-48bee693abca6e4f0f4d1f393f44b4be128b0a39.tar.gz linux-48bee693abca6e4f0f4d1f393f44b4be128b0a39.tar.bz2 linux-48bee693abca6e4f0f4d1f393f44b4be128b0a39.zip |
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 <wfp5p@virginia.edu>
Cc: Paul Mundt <lethal@linux-sh.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r-- | arch/sh/drivers/pci/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |