diff options
author | Will Deacon <will.deacon@arm.com> | 2017-03-10 23:32:23 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2017-03-20 19:16:59 +0300 |
commit | 02f7760e6e5c3d726cd9622749cdae17c571b9a3 (patch) | |
tree | c32de8d89af2f29b2ef15e6e4d88916d6db93427 /arch/arm64/mm | |
parent | 155433cb365ee4666bdf7c3c7bc2978b17be36a4 (diff) | |
download | linux-02f7760e6e5c3d726cd9622749cdae17c571b9a3.tar.xz |
arm64: cache: Merge cachetype.h into cache.h
cachetype.h and cache.h are small and both obviously related to caches.
Merge them together to reduce clutter.
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/mm')
-rw-r--r-- | arch/arm64/mm/flush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/mm/flush.c b/arch/arm64/mm/flush.c index 1e968222a544..21a8d828cbf4 100644 --- a/arch/arm64/mm/flush.c +++ b/arch/arm64/mm/flush.c @@ -22,7 +22,7 @@ #include <linux/pagemap.h> #include <asm/cacheflush.h> -#include <asm/cachetype.h> +#include <asm/cache.h> #include <asm/tlbflush.h> void sync_icache_aliases(void *kaddr, unsigned long len) |