aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci')
-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 b14e5e66a92..dcaae725fd7 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 = {
430 .get_power_status = get_power_status, 430 .get_power_status = get_power_status,
431 .get_attention_status = get_attention_status, 431 .get_attention_status = get_attention_status,
432 .get_adapter_status = get_adapter_status, 432 .get_adapter_status = get_adapter_status,
433 .get_max_bus_speed = get_max_bus_speed,
434}; 433};
435 434
436module_init(rpaphp_init); 435module_init(rpaphp_init);