aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormochel@digitalimplant.org <mochel@digitalimplant.org>2005-03-24 13:08:05 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2005-06-20 15:15:18 -0700
commit63c4f204ffc8219696bda88eb20c9873d007a2fc (patch)
tree4a787908743ae0360b4e4356326c8912e6954a40 /include
parent[PATCH] Remove struct device::bus_list. (diff)
downloadlinux-dev-63c4f204ffc8219696bda88eb20c9873d007a2fc.tar.xz
linux-dev-63c4f204ffc8219696bda88eb20c9873d007a2fc.zip
[PATCH] Remove struct device::driver_list.
Signed-off-by: Patrick Mochel <mochel@digitalimplant.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 13f65853e583..d2434934d091 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 driver_list;
struct list_head children;
struct klist_node knode_driver;
struct klist_node knode_bus;