diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2006-12-16 18:25:42 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-12-20 13:54:44 -0500 |
commit | 227b84c77f5fb3a3b01e5dee1a2928cafc5fd216 (patch) | |
tree | ebd89001f6d9db65cfae83c70bc47f42edfe9dff /drivers/pci/hotplug/shpchp.h | |
parent | 0abe68ce24973a23fcc6cbce80343f68656de7b6 (diff) |
shpchp: cleanup struct controller
This patch removes unused/unnecessary members from struct controller.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/hotplug/shpchp.h')
-rw-r--r-- | drivers/pci/hotplug/shpchp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pci/hotplug/shpchp.h b/drivers/pci/hotplug/shpchp.h index f036485cd9ec..e21714982476 100644 --- a/drivers/pci/hotplug/shpchp.h +++ b/drivers/pci/hotplug/shpchp.h | |||
@@ -89,15 +89,9 @@ struct controller { | |||
89 | struct list_head slot_list; | 89 | struct list_head slot_list; |
90 | struct hpc_ops *hpc_ops; | 90 | struct hpc_ops *hpc_ops; |
91 | wait_queue_head_t queue; /* sleep & wake process */ | 91 | wait_queue_head_t queue; /* sleep & wake process */ |
92 | u8 bus; | ||
93 | u8 device; | ||
94 | u8 function; | ||
95 | u8 slot_device_offset; | 92 | u8 slot_device_offset; |
96 | u8 add_support; | ||
97 | u32 pcix_misc2_reg; /* for amd pogo errata */ | 93 | u32 pcix_misc2_reg; /* for amd pogo errata */ |
98 | enum pci_bus_speed speed; | ||
99 | u32 first_slot; /* First physical slot number */ | 94 | u32 first_slot; /* First physical slot number */ |
100 | u8 slot_bus; /* Bus where the slots handled by this controller sit */ | ||
101 | u32 cap_offset; | 95 | u32 cap_offset; |
102 | unsigned long mmio_base; | 96 | unsigned long mmio_base; |
103 | unsigned long mmio_size; | 97 | unsigned long mmio_size; |