diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 8b3580d0664e..73f0bdbe436a 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -300,9 +300,9 @@ struct kstatfs; | |||
300 | struct vm_area_struct; | 300 | struct vm_area_struct; |
301 | struct vfsmount; | 301 | struct vfsmount; |
302 | 302 | ||
303 | extern void __init inode_init(unsigned long); | 303 | extern void __init inode_init(void); |
304 | extern void __init inode_init_early(void); | 304 | extern void __init inode_init_early(void); |
305 | extern void __init mnt_init(unsigned long); | 305 | extern void __init mnt_init(void); |
306 | extern void __init files_init(unsigned long); | 306 | extern void __init files_init(unsigned long); |
307 | 307 | ||
308 | struct buffer_head; | 308 | struct buffer_head; |