Skip to content

Commit f0ea68f

Browse files
author
Christoph Hellwig
committed
initrd: mark init_linuxrc as __init
Signed-off-by: Christoph Hellwig <[email protected]> Acked-by: Linus Torvalds <[email protected]>
1 parent bef1732 commit f0ea68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/do_mounts_initrd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static int __init early_initrd(char *p)
5656
}
5757
early_param("initrd", early_initrd);
5858

59-
static int init_linuxrc(struct subprocess_info *info, struct cred *new)
59+
static int __init init_linuxrc(struct subprocess_info *info, struct cred *new)
6060
{
6161
ksys_unshare(CLONE_FS | CLONE_FILES);
6262
console_on_rootfs();

0 commit comments

Comments
 (0)