diff options
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index ce97907e2894..2b217cef90be 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -28,7 +28,7 @@ struct sysfs_super_info { | |||
28 | const void *ns; | 28 | const void *ns; |
29 | }; | 29 | }; |
30 | #define sysfs_info(SB) ((struct sysfs_super_info *)(SB->s_fs_info)) | 30 | #define sysfs_info(SB) ((struct sysfs_super_info *)(SB->s_fs_info)) |
31 | extern struct sysfs_dirent sysfs_root; | 31 | extern struct sysfs_dirent *sysfs_root_sd; |
32 | extern struct kmem_cache *sysfs_dir_cachep; | 32 | extern struct kmem_cache *sysfs_dir_cachep; |
33 | 33 | ||
34 | /* | 34 | /* |