projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfd97f
)
PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug ops
author
Jesse Barnes
<jbarnes@virtuousgeek.org>
Mon, 4 Jan 2010 23:44:10 +0000
(15:44 -0800)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 23 Feb 2010 00:15:20 +0000
(16:15 -0800)
No longer needed and causes build breakage.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/rpaphp_core.c
patch
|
blob
|
history
diff --git
a/drivers/pci/hotplug/rpaphp_core.c
b/drivers/pci/hotplug/rpaphp_core.c
index b14e5e66a92c80e912a65bd89bcc133b5c75e903..dcaae725fd791185278805bf2b5af343f2ccb290 100644
(file)
--- 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);