diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index dbbbe89e7267..82c277771376 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -55,7 +55,7 @@ struct bus_type { | |||
55 | 55 | ||
56 | struct kset subsys; | 56 | struct kset subsys; |
57 | struct kset drivers; | 57 | struct kset drivers; |
58 | struct kset devices; | 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; |
61 | 61 | ||