Explorar o código

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>
Laura Abbott %!s(int64=8) %!d(string=hai) anos
pai
achega
d4bbc30bb0
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      arch/arm64/mm/pageattr.c
  2. 1 0
      arch/arm64/net/bpf_jit_comp.c

+ 1 - 0
arch/arm64/mm/pageattr.c

@@ -17,6 +17,7 @@
 #include <linux/vmalloc.h>
 
 #include <asm/pgtable.h>
+#include <asm/set_memory.h>
 #include <asm/tlbflush.h>
 
 struct page_change_data {

+ 1 - 0
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"