diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-05-16 18:06:41 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2023-05-25 17:44:03 +0100 |
commit | e13d32e99264e0b63b01417e2f2db627f4507b97 (patch) | |
tree | 1f2ef35c2e69059e2c6d871c5afea5feb4d28881 /scripts/gdb/linux/lists.py | |
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 <arnd@arndb.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20230516160642.523862-15-arnd@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions