]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: module-plts: inline linux/moduleloader.h
authorArnd Bergmann <arnd@arndb.de>
Tue, 16 May 2023 16:06:37 +0000 (18:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 2 Sep 2023 07:14:37 +0000 (09:14 +0200)
commit49b7dbeddff3ad34341169286325aa4e203a7a87
tree309213812f226a0b46c37f1a8a02ef84c9d02656
parent05dae005f50a0a1496fc588b568573f55a7c5390
arm64: module-plts: inline linux/moduleloader.h

commit 60a0aab7463ee69296692d980b96510ccce3934e upstream.

module_frob_arch_sections() is declared in moduleloader.h, but
that is not included before the definition:

arch/arm64/kernel/module-plts.c:286:5: error: no previous prototype for 'module_frob_arch_sections' [-Werror=missing-prototypes]

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-11-arnd@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/kernel/module-plts.c