diff options
author | Laura Abbott <labbott@redhat.com> | 2017-05-08 15:58:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-08 17:15:13 -0700 |
commit | d4bbc30bb059ec6bbb17edd3d3f98c5edeee7494 (patch) | |
tree | 2d9479c50746bd47504c142e3b78eee408d7ac61 /arch/arm64/net/bpf_jit_comp.c | |
parent | 74d86a70636a0a5eec76efcff24bee9681e01804 (diff) | |
download | linux-stable-d4bbc30bb059ec6bbb17edd3d3f98c5edeee7494.tar.gz linux-stable-d4bbc30bb059ec6bbb17edd3d3f98c5edeee7494.tar.bz2 linux-stable-d4bbc30bb059ec6bbb17edd3d3f98c5edeee7494.zip |
arm64: use set_memory.h header
The set_memory_* functions have moved to set_memory.h. Use that header
explicitly.
Link: http://lkml.kernel.org/r/1488920133-27229-4-git-send-email-labbott@redhat.com
Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/arm64/net/bpf_jit_comp.c')
-rw-r--r-- | arch/arm64/net/bpf_jit_comp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/net/bpf_jit_comp.c b/arch/arm64/net/bpf_jit_comp.c index d68abde52740..c6e53580aefe 100644 --- a/arch/arm64/net/bpf_jit_comp.c +++ b/arch/arm64/net/bpf_jit_comp.c @@ -27,6 +27,7 @@ #include <asm/byteorder.h> #include <asm/cacheflush.h> #include <asm/debug-monitors.h> +#include <asm/set_memory.h> #include "bpf_jit.h" |