From: Ben Dooks (Codethink) Date: Fri, 11 Oct 2019 12:51:43 +0000 (+0100) Subject: ARM: 8917/1: mm: include X-Git-Tag: v5.15~5029^2~18 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9110f3e78c02026ebc9e65d6208b1e2bb8a851a1;p=mirror_ubuntu-kernels.git ARM: 8917/1: mm: include The definitions of set_kernel_text_rw() and set_kernel_text_ro() are in but this is not included in init.c which defines these. Silence the following warnings by including the header. arch/arm/mm/init.c:669:6: warning: symbol 'set_kernel_text_rw' was not declared. Should it be static? arch/arm/mm/init.c:678:6: warning: symbol 'set_kernel_text_ro' was not declared. Should it be static? Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index b743272eacb3..3ef204137e73 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include