diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-11 12:26:40 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-07-11 12:26:40 -0600 |
commit | 7569c43e4d3fbb0ef1a8db0db3c1d77111bf26ed (patch) | |
tree | f8ce42e62b68b03ae90594830e58390930e8d780 /drivers/pci/hotplug/acpiphp_glue.c | |
parent | 6ee53f4c38e70ba34777ad38807a50c1812ff36f (diff) | |
parent | 2ac45f28b8eeef576c48579833b40b572f3f9790 (diff) |
Merge branch 'pci/yinghai-hotplug-cleanup' into next
* pci/yinghai-hotplug-cleanup:
PCI: acpiphp: merge acpiphp_debug and debug
PCI: acpiphp: remove unused res_lock
Diffstat (limited to 'drivers/pci/hotplug/acpiphp_glue.c')
-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 395c67d3d296..ad6fd6695495 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c @@ -396,8 +396,6 @@ static void add_host_bridge(acpi_handle *handle) bridge->pci_bus = root->bus; - spin_lock_init(&bridge->res_lock); - init_bridge_misc(bridge); } @@ -430,7 +428,6 @@ static void add_p2p_bridge(acpi_handle *handle) * (which we access during module unload). */ get_device(&bridge->pci_bus->dev); - spin_lock_init(&bridge->res_lock); init_bridge_misc(bridge); return; |