diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index e36953cf7f14..ea9ab33dfe71 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -53,6 +53,7 @@ struct bus_type { | |||
53 | struct kset drivers; | 53 | struct kset drivers; |
54 | struct kset devices; | 54 | struct kset devices; |
55 | struct klist klist_devices; | 55 | struct klist klist_devices; |
56 | struct klist klist_drivers; | ||
56 | 57 | ||
57 | struct bus_attribute * bus_attrs; | 58 | struct bus_attribute * bus_attrs; |
58 | struct device_attribute * dev_attrs; | 59 | struct device_attribute * dev_attrs; |
@@ -105,6 +106,7 @@ struct device_driver { | |||
105 | struct completion unloaded; | 106 | struct completion unloaded; |
106 | struct kobject kobj; | 107 | struct kobject kobj; |
107 | struct list_head devices; | 108 | struct list_head devices; |
109 | struct klist_node knode_bus; | ||
108 | 110 | ||
109 | struct module * owner; | 111 | struct module * owner; |
110 | 112 | ||