summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp.h
diff options
context:
space:
mode:
authorKenji Kaneshige2009-09-15 10:29:21 +0200
committerJesse Barnes2009-09-17 19:06:14 +0200
commit5f9cab7af6f7ef1e3cbb25217617eb5bd082aa7b (patch)
tree6823c016ba3c2ace064ad39aee586dcf4c3e4cdc /drivers/pci/hotplug/pciehp.h
parentPCI: pciehp: remove first_slot field (diff)
downloadkernel-qcow2-linux-5f9cab7af6f7ef1e3cbb25217617eb5bd082aa7b.tar.gz
kernel-qcow2-linux-5f9cab7af6f7ef1e3cbb25217617eb5bd082aa7b.tar.xz
kernel-qcow2-linux-5f9cab7af6f7ef1e3cbb25217617eb5bd082aa7b.zip
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 {
struct slot *slot;
struct hpc_ops *hpc_ops;
wait_queue_head_t queue; /* sleep & wake process */
- u8 slot_bus; /* Bus where the slots handled by this controller sit */
u32 slot_cap;
u8 cap_base;
struct timer_list poll_timer;