diff options
author | Arnd Bergmann <[email protected]> | 2023-05-16 18:06:41 +0200 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2023-05-25 17:44:03 +0100 |
commit | e13d32e99264e0b63b01417e2f2db627f4507b97 (patch) | |
tree | 1f2ef35c2e69059e2c6d871c5afea5feb4d28881 /drivers/perf/fsl_imx9_ddr_perf.c | |
parent | 8ada7aab02ee9b07c8539a5c9cc452520b183a72 (diff) |
arm64: move early_brk64 prototype to header
The prototype used for calling early_brk64() is in the file that calls
it, which is the wrong place, as it is not included for the definition:
arch/arm64/kernel/traps.c:1100:12: error: no previous prototype for 'early_brk64' [-Werror=missing-prototypes]
Move it to an appropriate header instead.
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'drivers/perf/fsl_imx9_ddr_perf.c')
0 files changed, 0 insertions, 0 deletions