diff options
author | mochel@digitalimplant.org <mochel@digitalimplant.org> | 2005-03-24 16:03:35 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-20 18:15:18 -0400 |
commit | 7dc35cdf69149a7f2b5216ada9bafe359746ac1c (patch) | |
tree | bdbcaff7bc9d2ac391aae54bc4cb23ecbf93038f /include/linux | |
parent | 6eded061b1263847aedac7469339e99579aec5e5 (diff) |
[PATCH] Remove struct device::bus_list.
Signed-off-by: Patrick Mochel <mochel@digitalimplant.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index f1c38d869ac9..13f65853e583 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -263,7 +263,6 @@ extern void class_device_destroy(struct class *cls, dev_t devt); | |||
263 | 263 | ||
264 | struct device { | 264 | struct device { |
265 | struct list_head node; /* node in sibling list */ | 265 | struct list_head node; /* node in sibling list */ |
266 | struct list_head bus_list; /* node in bus's list */ | ||
267 | struct list_head driver_list; | 266 | struct list_head driver_list; |
268 | struct list_head children; | 267 | struct list_head children; |
269 | struct klist_node knode_driver; | 268 | struct klist_node knode_driver; |