diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_hpc.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index 77e530321de2..2427b0862cbf 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -1334,7 +1334,7 @@ int pcie_init(struct controller * ctrl, struct pcie_device *dev) | |||
1334 | if (pci_enable_device(pdev)) | 1334 | if (pci_enable_device(pdev)) |
1335 | goto abort_free_ctlr; | 1335 | goto abort_free_ctlr; |
1336 | 1336 | ||
1337 | init_MUTEX(&ctrl->crit_sect); | 1337 | mutex_init(&ctrl->crit_sect); |
1338 | /* setup wait queue */ | 1338 | /* setup wait queue */ |
1339 | init_waitqueue_head(&ctrl->queue); | 1339 | init_waitqueue_head(&ctrl->queue); |
1340 | 1340 | ||