summaryrefslogtreecommitdiffstats
path: root/arch/s390/net
diff options
context:
space:
mode:
authorLaura Abbott2017-05-09 00:58:08 +0200
committerLinus Torvalds2017-05-09 02:15:13 +0200
commite6c7c63001920a57f23c8f5d6f652bfc4bea327b (patch)
treeb2d84c09feb22952ea163aace2a478d846300161 /arch/s390/net
parentarm64: use set_memory.h header (diff)
downloadkernel-qcow2-linux-e6c7c63001920a57f23c8f5d6f652bfc4bea327b.tar.gz
kernel-qcow2-linux-e6c7c63001920a57f23c8f5d6f652bfc4bea327b.tar.xz
kernel-qcow2-linux-e6c7c63001920a57f23c8f5d6f652bfc4bea327b.zip
s390: 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-5-git-send-email-labbott@redhat.com Signed-off-by: Laura Abbott <labbott@redhat.com> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/s390/net')
-rw-r--r--arch/s390/net/bpf_jit_comp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/net/bpf_jit_comp.c b/arch/s390/net/bpf_jit_comp.c
index 4ecf6d687509..6e97a2e3fd8d 100644
--- a/arch/s390/net/bpf_jit_comp.c
+++ b/arch/s390/net/bpf_jit_comp.c
@@ -24,6 +24,7 @@
#include <linux/bpf.h>
#include <asm/cacheflush.h>
#include <asm/dis.h>
+#include <asm/set_memory.h>
#include "bpf_jit.h"
int bpf_jit_enable __read_mostly;