init: add comments to keep initcall-names in sync with initcall levels
[platform/adaptation/renesas_rcar/renesas_kernel.git] / init / main.c
index b5cc0a7..7a74087 100644 (file)
@@ -724,6 +724,7 @@ static initcall_t *initcall_levels[] __initdata = {
        __initcall_end,
 };
 
+/* Keep these in sync with initcalls in include/linux/init.h */
 static char *initcall_level_names[] __initdata = {
        "early",
        "core",