diff options
author | Laura Abbott <labbott@redhat.com> | 2017-05-08 15:58:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-08 17:15:13 -0700 |
commit | 74d86a70636a0a5eec76efcff24bee9681e01804 (patch) | |
tree | e05d56848a20e949116611bf0147d4e212ffdcfb /arch/arm/mm | |
parent | 299878bac326c890699c696ebba26f56fe93fc75 (diff) | |
download | linux-stable-74d86a70636a0a5eec76efcff24bee9681e01804.tar.gz linux-stable-74d86a70636a0a5eec76efcff24bee9681e01804.tar.bz2 linux-stable-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/mm')
-rw-r--r-- | arch/arm/mm/pageattr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/pageattr.c b/arch/arm/mm/pageattr.c index 3b69f2642513..1403cb4a0c3d 100644 --- a/arch/arm/mm/pageattr.c +++ b/arch/arm/mm/pageattr.c @@ -15,6 +15,7 @@ #include <asm/pgtable.h> #include <asm/tlbflush.h> +#include <asm/set_memory.h> struct page_change_data { pgprot_t set_mask; |