diff options
Diffstat (limited to 'include/linux/init.h')
-rw-r--r-- | include/linux/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init.h b/include/linux/init.h index cbe93521397e..212fc9e2f691 100644 --- a/include/linux/init.h +++ b/include/linux/init.h | |||
@@ -148,7 +148,7 @@ extern unsigned int reset_devices; | |||
148 | /* used by init/main.c */ | 148 | /* used by init/main.c */ |
149 | void setup_arch(char **); | 149 | void setup_arch(char **); |
150 | void prepare_namespace(void); | 150 | void prepare_namespace(void); |
151 | int __init init_rootfs(void); | 151 | void __init init_rootfs(void); |
152 | extern struct file_system_type rootfs_fs_type; | 152 | extern struct file_system_type rootfs_fs_type; |
153 | 153 | ||
154 | #if defined(CONFIG_STRICT_KERNEL_RWX) || defined(CONFIG_STRICT_MODULE_RWX) | 154 | #if defined(CONFIG_STRICT_KERNEL_RWX) || defined(CONFIG_STRICT_MODULE_RWX) |