aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/device.h2
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
120extern struct kset *bus_get_kset(struct bus_type *bus);
121
120struct device_driver { 122struct device_driver {
121 const char * name; 123 const char * name;
122 struct bus_type * bus; 124 struct bus_type * bus;