diff options
| author | Adrian Bunk <bunk@kernel.org> | 2007-10-27 03:06:33 +0200 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 15:04:18 -0800 | 
| commit | eb003ec26556057e5f27d4b989bbb432d0bdc0f4 (patch) | |
| tree | 25f8d27c46f3d289590eef153e8412caba2ddd8b /drivers/pci/proc.c | |
| parent | b09549ef9b66b9547520572bedd7af3c1f0747d7 (diff) | |
| download | olio-linux-3.10-eb003ec26556057e5f27d4b989bbb432d0bdc0f4.tar.xz olio-linux-3.10-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 716439e25dd..48ca9ae29e1 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 -  |