diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-26 21:06:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 18:04:18 -0500 |
commit | eb003ec26556057e5f27d4b989bbb432d0bdc0f4 (patch) | |
tree | 25f8d27c46f3d289590eef153e8412caba2ddd8b /drivers/pci/pci-acpi.c | |
parent | b09549ef9b66b9547520572bedd7af3c1f0747d7 (diff) |
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/pci-acpi.c')
-rw-r--r-- | drivers/pci/pci-acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index 5c6a5d043007..02e4876b3b2c 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c | |||
@@ -188,7 +188,6 @@ acpi_status pci_osc_support_set(u32 flags) | |||
188 | } | 188 | } |
189 | return AE_OK; | 189 | return AE_OK; |
190 | } | 190 | } |
191 | EXPORT_SYMBOL(pci_osc_support_set); | ||
192 | 191 | ||
193 | /** | 192 | /** |
194 | * pci_osc_control_set - commit requested control to Firmware | 193 | * pci_osc_control_set - commit requested control to Firmware |