diff options
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 637f67002c5a..e6284591599e 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -66,7 +66,7 @@ struct kobject { | |||
66 | struct kobject *parent; | 66 | struct kobject *parent; |
67 | struct kset *kset; | 67 | struct kset *kset; |
68 | struct kobj_type *ktype; | 68 | struct kobj_type *ktype; |
69 | struct kernfs_node *sd; | 69 | struct kernfs_node *sd; /* sysfs directory entry */ |
70 | struct kref kref; | 70 | struct kref kref; |
71 | #ifdef CONFIG_DEBUG_KOBJECT_RELEASE | 71 | #ifdef CONFIG_DEBUG_KOBJECT_RELEASE |
72 | struct delayed_work release; | 72 | struct delayed_work release; |