summaryrefslogtreecommitdiffstats
path: root/drivers/pci/proc.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-27 03:06:33 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-01 15:04:18 -0800
commiteb003ec26556057e5f27d4b989bbb432d0bdc0f4 (patch)
tree25f8d27c46f3d289590eef153e8412caba2ddd8b /drivers/pci/proc.c
parentb09549ef9b66b9547520572bedd7af3c1f0747d7 (diff)
downloadlinux-0-day-eb003ec26556057e5f27d4b989bbb432d0bdc0f4.tar.gz
linux-0-day-eb003ec26556057e5f27d4b989bbb432d0bdc0f4.tar.xz
PCI: drivers/pci/: remove unused exports
This patch removes the following unused exports: - remove the following unused EXPORT_SYMBOL's: - pci-acpi.c: pci_osc_support_set - proc.c: pci_proc_detach_bus - remove the following unused EXPORT_SYMBOL_GPL's: - bus.c: pci_walk_bus - probe.c: pci_create_bus - setup-res.c: pci_claim_resource Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/proc.c')
-rw-r--r--drivers/pci/proc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c
index 716439e25dd28..48ca9ae29e166 100644
--- a/drivers/pci/proc.c
+++ b/drivers/pci/proc.c
@@ -480,7 +480,3 @@ static int __init pci_proc_init(void)
__initcall(pci_proc_init);
-#ifdef CONFIG_HOTPLUG
-EXPORT_SYMBOL(pci_proc_detach_bus);
-#endif
-