瀏覽代碼

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>
Jesse Barnes 15 年之前
父節點
當前提交
3804259475
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/pci/hotplug/rpaphp_core.c

+ 0 - 1
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);