X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Finitcall.h;h=65f67dca8321679ac50a09fb5e29f919a36a2f6b;hb=7ca98c2682585589cb5abdc65c92017aa1ce3d08;hp=2378077361dae9a1bf0e238882438ec25ce288ee;hpb=8b485ba12b0defa0c4ed3559789250238f8331a8;p=karo-tx-uboot.git diff --git a/include/initcall.h b/include/initcall.h index 2378077361..65f67dca83 100644 --- a/include/initcall.h +++ b/include/initcall.h @@ -6,4 +6,4 @@ typedef int (*init_fnc_t)(void); -int initcall_run_list(init_fnc_t init_sequence[]); +int initcall_run_list(const init_fnc_t init_sequence[]);