diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-13 18:58:33 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-13 18:58:33 +1000 |
commit | c03156f8d8b7420c9c53d5d37b5c1696a931cb6e (patch) | |
tree | ebfc85df4d9673aa974668b51aa2638a41f116da /arch/mips/mm/cache.c | |
parent | f195cda9b95d03d27906f98a61456d47ced1c35b (diff) | |
parent | 3ad29d0ccd4c42afa271bc8529fb357adff944ec (diff) | |
download | linux-next-c03156f8d8b7420c9c53d5d37b5c1696a931cb6e.tar.gz |
Merge branch 'akpm-current/current'
Diffstat (limited to 'arch/mips/mm/cache.c')
-rw-r--r-- | arch/mips/mm/cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index 7719d632df8d..a7bf0c80371c 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c @@ -15,6 +15,7 @@ #include <linux/syscalls.h> #include <linux/mm.h> #include <linux/highmem.h> +#include <linux/pagemap.h> #include <asm/cacheflush.h> #include <asm/processor.h> |