diff options
Diffstat (limited to 'drivers/pci/hotplug')
-rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index 768d0f0f450a..7cc782fec70a 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
@@ -1075,9 +1075,9 @@ static int enable_device(struct acpiphp_slot *slot) | |||
1075 | pci_bus_assign_resources(bus); | 1075 | pci_bus_assign_resources(bus); |
1076 | acpiphp_sanitize_bus(bus); | 1076 | acpiphp_sanitize_bus(bus); |
1077 | acpiphp_set_hpp_values(slot->bridge->handle, bus); | 1077 | acpiphp_set_hpp_values(slot->bridge->handle, bus); |
1078 | acpiphp_configure_ioapics(slot->bridge->handle); | ||
1078 | pci_enable_bridges(bus); | 1079 | pci_enable_bridges(bus); |
1079 | pci_bus_add_devices(bus); | 1080 | pci_bus_add_devices(bus); |
1080 | acpiphp_configure_ioapics(slot->bridge->handle); | ||
1081 | 1081 | ||
1082 | /* associate pci_dev to our representation */ | 1082 | /* associate pci_dev to our representation */ |
1083 | list_for_each (l, &slot->funcs) { | 1083 | list_for_each (l, &slot->funcs) { |