diff options
| author | Albert ARIBAUD <[email protected]> | 2014-06-02 08:43:48 +0200 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2014-06-02 08:43:48 +0200 |
| commit | cc49da249cf2f380d2fed5571fad65ce6494fc95 (patch) | |
| tree | 00bf437b6a370c0640d5fafd93780406d3531ebb /include/initcall.h | |
| parent | 9637a1bb896efe392a58dd2772e2c3fcb646409d (diff) | |
| parent | 567802bbd6bf1c809d37fef9244fc8a692244e73 (diff) | |
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/initcall.h')
| -rw-r--r-- | include/initcall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/initcall.h b/include/initcall.h index 2378077361d..65f67dca832 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[]); |
