diff options
| author | 2005-03-24 13:03:35 -0800 | |
|---|---|---|
| committer | 2005-06-20 15:15:18 -0700 | |
| commit | 7dc35cdf69149a7f2b5216ada9bafe359746ac1c (patch) | |
| tree | bdbcaff7bc9d2ac391aae54bc4cb23ecbf93038f /include/linux/device.h | |
| parent | [PATCH] Fix up bus code and remove use of rwsem. (diff) | |
| download | linux-dev-7dc35cdf69149a7f2b5216ada9bafe359746ac1c.tar.xz linux-dev-7dc35cdf69149a7f2b5216ada9bafe359746ac1c.zip | |
[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/device.h')
| -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); struct device { struct list_head node; /* node in sibling list */ - struct list_head bus_list; /* node in bus's list */ struct list_head driver_list; struct list_head children; struct klist_node knode_driver; |
