summaryrefslogtreecommitdiff
path: root/drivers/ddr/imx
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-10-05 22:11:59 +0300
committerSimon Glass <sjg@chromium.org>2024-10-18 14:10:22 -0600
commitc1614a4ef676d55e2ec0a55b45391730ce22cdd7 (patch)
tree954281b5b3a2804a31111328e9304a22bda63374 /drivers/ddr/imx
parent2fb5cc2ad8155f9dc32e454bf01f051dc98b5684 (diff)
x86: cpu: Add a few prototypes to the header file
The compiler is not happy to have no prototypes for the functions that are not defined static. Add them. This helps avoiding the compiler warnings: arch/x86/cpu/cpu.c:197:13: warning: no previous prototype for ‘board_final_init’ [-Wmissing-prototypes] arch/x86/cpu/cpu.c:205:13: warning: no previous prototype for ‘board_final_cleanup’ [-Wmissing-prototypes] arch/x86/cpu/cpu.c:307:5: warning: no previous prototype for ‘reserve_arch’ [-Wmissing-prototypes] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/ddr/imx')
0 files changed, 0 insertions, 0 deletions