diff options
Diffstat (limited to 'arch/csky/include/asm/cacheflush.h')
| -rw-r--r-- | arch/csky/include/asm/cacheflush.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/csky/include/asm/cacheflush.h b/arch/csky/include/asm/cacheflush.h index a96da67261ae..f0b8f25429a2 100644 --- a/arch/csky/include/asm/cacheflush.h +++ b/arch/csky/include/asm/cacheflush.h @@ -4,6 +4,7 @@  #ifndef __ASM_CSKY_CACHEFLUSH_H  #define __ASM_CSKY_CACHEFLUSH_H +#include <linux/mm.h>  #include <abi/cacheflush.h>  #endif /* __ASM_CSKY_CACHEFLUSH_H */  |