aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp.h
diff options
context:
space:
mode:
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>2009-09-15 04:29:21 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-09-17 13:06:14 -0400
commit5f9cab7af6f7ef1e3cbb25217617eb5bd082aa7b (patch)
tree6823c016ba3c2ace064ad39aee586dcf4c3e4cdc /drivers/pci/hotplug/pciehp.h
parentd54798f034b247b9d95a31cd755a4236655ca502 (diff)
PCI: pciehp: remove slot_bus field
Remove unused slot_bus field in struct controller. 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.h')
-rw-r--r--drivers/pci/hotplug/pciehp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h
index 0159960dbadc..2509984d9611 100644
--- a/drivers/pci/hotplug/pciehp.h
+++ b/drivers/pci/hotplug/pciehp.h
@@ -95,7 +95,6 @@ struct controller {
95 struct slot *slot; 95 struct slot *slot;
96 struct hpc_ops *hpc_ops; 96 struct hpc_ops *hpc_ops;
97 wait_queue_head_t queue; /* sleep & wake process */ 97 wait_queue_head_t queue; /* sleep & wake process */
98 u8 slot_bus; /* Bus where the slots handled by this controller sit */
99 u32 slot_cap; 98 u32 slot_cap;
100 u8 cap_base; 99 u8 cap_base;
101 struct timer_list poll_timer; 100 struct timer_list poll_timer;