diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-27 05:06:33 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-02 02:04:18 +0300 |
commit | eb003ec26556057e5f27d4b989bbb432d0bdc0f4 (patch) | |
tree | 25f8d27c46f3d289590eef153e8412caba2ddd8b /drivers/pci/bus.c | |
parent | b09549ef9b66b9547520572bedd7af3c1f0747d7 (diff) | |
download | linux-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/bus.c')
-rw-r--r-- | drivers/pci/bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/bus.c b/drivers/pci/bus.c index 9e5ea074ad20..863340a7b77f 100644 --- a/drivers/pci/bus.c +++ b/drivers/pci/bus.c @@ -204,7 +204,6 @@ void pci_walk_bus(struct pci_bus *top, void (*cb)(struct pci_dev *, void *), } up_read(&pci_bus_sem); } -EXPORT_SYMBOL_GPL(pci_walk_bus); EXPORT_SYMBOL(pci_bus_alloc_resource); EXPORT_SYMBOL_GPL(pci_bus_add_device); |