Skip to content

Commit

Permalink
PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotpl…
Browse files Browse the repository at this point in the history
…ug 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>
  • Loading branch information
Jesse Barnes committed Feb 23, 2010
1 parent 9dfd97f commit 3804259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pci/hotplug/rpaphp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3804259

Please sign in to comment.