X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Finitcall.h;h=65f67dca8321679ac50a09fb5e29f919a36a2f6b;hb=92aae64ec72b73346e4cdd978b3d4178afe77bfc;hp=2378077361dae9a1bf0e238882438ec25ce288ee;hpb=5b9c79a81db80c3f9e50c77477957cd803429af8;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[]);