aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_hpc.c
diff options
context:
space:
mode:
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>2009-09-15 04:26:56 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-09-17 13:05:51 -0400
commitd689f7eb364a51ccd857605dede0d6c22a1aad91 (patch)
tree34efda76db5ec3e0c57034deb254014c55b93068 /drivers/pci/hotplug/pciehp_hpc.c
parentab9c6c86701b498445334db746aa2e8dc473c7b6 (diff)
PCI: pciehp: remove device field
The device field in the struct slot is not necessary because it is always 0 in pciehp driver. 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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp_hpc.c b/drivers/pci/hotplug/pciehp_hpc.c
index aec1d663f623..bbbed34bce78 100644
--- a/drivers/pci/hotplug/pciehp_hpc.c
+++ b/drivers/pci/hotplug/pciehp_hpc.c
@@ -930,7 +930,6 @@ static int pcie_init_slot(struct controller *ctrl)
930 930
931 slot->hp_slot = 0; 931 slot->hp_slot = 0;
932 slot->ctrl = ctrl; 932 slot->ctrl = ctrl;
933 slot->device = ctrl->slot_device_offset + slot->hp_slot;
934 slot->hpc_ops = ctrl->hpc_ops; 933 slot->hpc_ops = ctrl->hpc_ops;
935 slot->number = ctrl->first_slot; 934 slot->number = ctrl->first_slot;
936 mutex_init(&slot->lock); 935 mutex_init(&slot->lock);