diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index ae006b070bf0..6f8aaf3805d2 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -23,8 +23,8 @@ struct sysfs_dirent { | |||
23 | atomic_t s_count; | 23 | atomic_t s_count; |
24 | atomic_t s_active; | 24 | atomic_t s_active; |
25 | struct sysfs_dirent * s_parent; | 25 | struct sysfs_dirent * s_parent; |
26 | struct list_head s_sibling; | 26 | struct sysfs_dirent * s_sibling; |
27 | struct list_head s_children; | 27 | struct sysfs_dirent * s_children; |
28 | const char * s_name; | 28 | const char * s_name; |
29 | 29 | ||
30 | union { | 30 | union { |