diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2007-11-01 22:41:16 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-01-24 23:40:33 -0500 |
commit | 0fed80f7a63abd7168907267af69ee31f6bcf301 (patch) | |
tree | 2380e2180aa01d883a5c2a2a0528c40f36d23d91 /include/linux/device.h | |
parent | cc972e896b303f453f5893ecf8eca0d0e395ab64 (diff) |
driver core: add way to get to bus kset
This allows an easier way to get to the kset associated with a struct
bus_type (you have three to choose from...) This will make it easier to
move these fields to be dynamic in a future patch.
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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; |