diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/acpiphp_glue.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index 680c33635b6f..e0623373615f 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c | |||
@@ -300,9 +300,6 @@ static void init_bridge_misc(struct acpiphp_bridge *bridge) | |||
300 | { | 300 | { |
301 | acpi_status status; | 301 | acpi_status status; |
302 | 302 | ||
303 | /* decode ACPI 2.0 _HPP (hot plug parameters) */ | ||
304 | decode_hpp(bridge); | ||
305 | |||
306 | /* must be added to the list prior to calling register_slot */ | 303 | /* must be added to the list prior to calling register_slot */ |
307 | list_add(&bridge->list, &bridge_list); | 304 | list_add(&bridge->list, &bridge_list); |
308 | 305 | ||