aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 82c277771376..110ace0dec3f 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -54,7 +54,7 @@ struct bus_type {
54 struct module * owner; 54 struct module * owner;
55 55
56 struct kset subsys; 56 struct kset subsys;
57 struct kset drivers; 57 struct kset *drivers_kset;
58 struct kset *devices_kset; 58 struct kset *devices_kset;
59 struct klist klist_devices; 59 struct klist klist_devices;
60 struct klist klist_drivers; 60 struct klist klist_drivers;