diff options
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 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); | |||
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 driver_list; | ||
267 | struct list_head children; | 266 | struct list_head children; |
268 | struct klist_node knode_driver; | 267 | struct klist_node knode_driver; |
269 | struct klist_node knode_bus; | 268 | struct klist_node knode_bus; |