diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-27 03:06:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-02 00:04:18 +0100 |
commit | eb003ec26556057e5f27d4b989bbb432d0bdc0f4 (patch) | |
tree | 25f8d27c46f3d289590eef153e8412caba2ddd8b /drivers/pci/proc.c | |
parent | PCI: drivers/pci/rom.c: #if 0 two functions (diff) | |
download | linux-eb003ec26556057e5f27d4b989bbb432d0bdc0f4.tar.xz linux-eb003ec26556057e5f27d4b989bbb432d0bdc0f4.zip |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c index 716439e25dd2..48ca9ae29e16 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 - |