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 313e0b32bc09..3cc13c32314a 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -117,6 +117,8 @@ extern int bus_unregister_notifier(struct bus_type *bus, | |||
117 | #define BUS_NOTIFY_UNBIND_DRIVER 0x00000004 /* driver about to be | 117 | #define BUS_NOTIFY_UNBIND_DRIVER 0x00000004 /* driver about to be |
118 | unbound */ | 118 | unbound */ |
119 | 119 | ||
120 | extern struct kset *bus_get_kset(struct bus_type *bus); | ||
121 | |||
120 | struct device_driver { | 122 | struct device_driver { |
121 | const char * name; | 123 | const char * name; |
122 | struct bus_type * bus; | 124 | struct bus_type * bus; |