aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-01-04 15:44:10 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-02-22 16:15:20 -0800
commit3804259475314a50e4d7a8a974a22fddb6ac7dd7 (patch)
tree6efe5c2d30dcba571cfdcd4d02a83c8188d326a8 /drivers/pci/hotplug
parent9dfd97fe12f79ec8b68feb63912a4ef2f31f571a (diff)
downloadkernel_samsung_smdk4412-3804259475314a50e4d7a8a974a22fddb6ac7dd7.zip
kernel_samsung_smdk4412-3804259475314a50e4d7a8a974a22fddb6ac7dd7.tar.gz
kernel_samsung_smdk4412-3804259475314a50e4d7a8a974a22fddb6ac7dd7.tar.bz2
PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug ops
No longer needed and causes build breakage. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r--drivers/pci/hotplug/rpaphp_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/rpaphp_core.c b/drivers/pci/hotplug/rpaphp_core.c
index b14e5e6..dcaae72 100644
--- a/drivers/pci/hotplug/rpaphp_core.c
+++ b/drivers/pci/hotplug/rpaphp_core.c
@@ -430,7 +430,6 @@ struct hotplug_slot_ops rpaphp_hotplug_slot_ops = {
.get_power_status = get_power_status,
.get_attention_status = get_attention_status,
.get_adapter_status = get_adapter_status,
- .get_max_bus_speed = get_max_bus_speed,
};
module_init(rpaphp_init);