]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - init/do_mounts_initrd.c
initrd: mark init_linuxrc as __init
[thirdparty/linux.git] / init / do_mounts_initrd.c
index e4f88e9e1c08397e1e7f44b9d25f2b8eae186d2d..57ad5b2da8f5f5e5729826c0789fd36e627d9c31 100644 (file)
@@ -56,7 +56,7 @@ static int __init early_initrd(char *p)
 }
 early_param("initrd", early_initrd);
 
-static int init_linuxrc(struct subprocess_info *info, struct cred *new)
+static int __init init_linuxrc(struct subprocess_info *info, struct cred *new)
 {
        ksys_unshare(CLONE_FS | CLONE_FILES);
        console_on_rootfs();