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 eb1fff0b1d2a..c9dc458e8e50 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -126,7 +126,6 @@ struct device_driver { | |||
126 | const char * name; | 126 | const char * name; |
127 | struct bus_type * bus; | 127 | struct bus_type * bus; |
128 | 128 | ||
129 | struct completion unloaded; | ||
130 | struct kobject kobj; | 129 | struct kobject kobj; |
131 | struct klist klist_devices; | 130 | struct klist klist_devices; |
132 | struct klist_node knode_bus; | 131 | struct klist_node knode_bus; |