Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

init/main.c: make "initcall_level_names[]" const char *

Initcall names should not be changed.

Link: http://lkml.kernel.org/r/20181124091829.GD10969@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Alexey Dobriyan and committed by
Linus Torvalds
7c8f7193 86c05179

+1 -1
+1 -1
init/main.c
··· 930 930 }; 931 931 932 932 /* Keep these in sync with initcalls in include/linux/init.h */ 933 - static char *initcall_level_names[] __initdata = { 933 + static const char *initcall_level_names[] __initdata = { 934 934 "pure", 935 935 "core", 936 936 "postcore",