diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-06 19:47:04 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-06 19:47:04 +0000 |
commit | 4fe15ba08fdb280536bd7019e8505969c4ac6852 (patch) | |
tree | 0718f9bbd876fa63d9f7f9d12dbce21abce53a95 /include/asm-arm | |
parent | 4299051ebe89ab1eeadeaf4cf06ce63421412232 (diff) |
[ARM] Fix second missing declaration of cache_is_vivt()
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/mmu_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/mmu_context.h b/include/asm-arm/mmu_context.h index 57b8def83d41..3d4b810d8c38 100644 --- a/include/asm-arm/mmu_context.h +++ b/include/asm-arm/mmu_context.h @@ -13,6 +13,7 @@ #ifndef __ASM_ARM_MMU_CONTEXT_H #define __ASM_ARM_MMU_CONTEXT_H +#include <asm/cacheflush.h> #include <asm/proc-fns.h> #if __LINUX_ARM_ARCH__ >= 6 |