summaryrefslogtreecommitdiffstats
path: root/arch/arm/net
diff options
context:
space:
mode:
authorLaura Abbott2017-05-09 00:58:02 +0200
committerLinus Torvalds2017-05-09 02:15:13 +0200
commit74d86a70636a0a5eec76efcff24bee9681e01804 (patch)
treee05d56848a20e949116611bf0147d4e212ffdcfb /arch/arm/net
parenttreewide: move set_memory_* functions away from cacheflush.h (diff)
downloadkernel-qcow2-linux-74d86a70636a0a5eec76efcff24bee9681e01804.tar.gz
kernel-qcow2-linux-74d86a70636a0a5eec76efcff24bee9681e01804.tar.xz
kernel-qcow2-linux-74d86a70636a0a5eec76efcff24bee9681e01804.zip
arm: use set_memory.h header
set_memory_* functions have moved to set_memory.h. Switch to this explicitly Link: http://lkml.kernel.org/r/1488920133-27229-3-git-send-email-labbott@redhat.com Signed-off-by: Laura Abbott <labbott@redhat.com> Acked-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm/net')
-rw-r--r--arch/arm/net/bpf_jit_32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/net/bpf_jit_32.c b/arch/arm/net/bpf_jit_32.c
index 93d0b6d0b63e..d5b9fa19b684 100644
--- a/arch/arm/net/bpf_jit_32.c
+++ b/arch/arm/net/bpf_jit_32.c
@@ -18,6 +18,7 @@
#include <linux/if_vlan.h>
#include <asm/cacheflush.h>
+#include <asm/set_memory.h>
#include <asm/hwcap.h>
#include <asm/opcodes.h>