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 a3b3ff15fc87..313e0b32bc09 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -51,7 +51,6 @@ extern void bus_remove_file(struct bus_type *, struct bus_attribute *); | |||
51 | 51 | ||
52 | struct bus_type { | 52 | struct bus_type { |
53 | const char * name; | 53 | const char * name; |
54 | struct module * owner; | ||
55 | 54 | ||
56 | struct kset subsys; | 55 | struct kset subsys; |
57 | struct kset *drivers_kset; | 56 | struct kset *drivers_kset; |