diff options
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | 2019-10-11 13:51:43 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-10-27 21:14:51 +0000 |
commit | 9110f3e78c02026ebc9e65d6208b1e2bb8a851a1 (patch) | |
tree | b2f8feff2aef6488299313afe855ccc62edc3f05 /arch/arm/kernel/devtree.c | |
parent | ea5379be539e2a83cd582d79b9a12323ea1bae78 (diff) |
ARM: 8917/1: mm: include <asm/set_memory.h>
The definitions of set_kernel_text_rw() and
set_kernel_text_ro() are in <asm/set_memory.h>
but this is not included in init.c which defines
these. Silence the following warnings by including
the <asm/set_memory.h> 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 <ben.dooks@codethink.co.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/kernel/devtree.c')
0 files changed, 0 insertions, 0 deletions