diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2009-09-15 04:31:16 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-09-17 13:06:36 -0400 |
commit | 07a09694de556f307b1c5035cdf0f17c6243d1cd (patch) | |
tree | ceb0bc41419ab4f680e87f49e0c581177c2147f1 /drivers/pci/hotplug/pciehp_hpc.c | |
parent | 82a9e79ef132cbf77de58aae35c1a14237f2fcde (diff) |
PCI: pciehp: remove number field
Since slot_cap field in struct controller contains physical slot
number informationq, we don't need number field in struct slot.
Acked-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
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 8c34e84fc0c7..9ef4605c1ef6 100644 --- a/drivers/pci/hotplug/pciehp_hpc.c +++ b/drivers/pci/hotplug/pciehp_hpc.c | |||
@@ -901,7 +901,6 @@ static int pcie_init_slot(struct controller *ctrl) | |||
901 | return -ENOMEM; | 901 | return -ENOMEM; |
902 | 902 | ||
903 | slot->ctrl = ctrl; | 903 | slot->ctrl = ctrl; |
904 | slot->number = PSN(ctrl); | ||
905 | mutex_init(&slot->lock); | 904 | mutex_init(&slot->lock); |
906 | INIT_DELAYED_WORK(&slot->work, pciehp_queue_pushbutton_work); | 905 | INIT_DELAYED_WORK(&slot->work, pciehp_queue_pushbutton_work); |
907 | ctrl->slot = slot; | 906 | ctrl->slot = slot; |