diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_hpc.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_hpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c index cb0cf2cae7b7..d573338af1a4 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -1025,7 +1025,6 @@ struct controller *pcie_init(struct pcie_device *dev) | |||
1025 | ctrl->slot_cap = slot_cap; | 1025 | ctrl->slot_cap = slot_cap; |
1026 | ctrl->first_slot = slot_cap >> 19; | 1026 | ctrl->first_slot = slot_cap >> 19; |
1027 | ctrl->slot_device_offset = 0; | 1027 | ctrl->slot_device_offset = 0; |
1028 | ctrl->num_slots = 1; | ||
1029 | ctrl->hpc_ops = &pciehp_hpc_ops; | 1028 | ctrl->hpc_ops = &pciehp_hpc_ops; |
1030 | mutex_init(&ctrl->crit_sect); | 1029 | mutex_init(&ctrl->crit_sect); |
1031 | mutex_init(&ctrl->ctrl_lock); | 1030 | mutex_init(&ctrl->ctrl_lock); |