diff options
Diffstat (limited to 'arch/sh/include/asm/cacheflush.h')
| -rw-r--r-- | arch/sh/include/asm/cacheflush.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/include/asm/cacheflush.h b/arch/sh/include/asm/cacheflush.h index fe7400079b97..4486a865ff62 100644 --- a/arch/sh/include/asm/cacheflush.h +++ b/arch/sh/include/asm/cacheflush.h @@ -2,8 +2,6 @@  #ifndef __ASM_SH_CACHEFLUSH_H  #define __ASM_SH_CACHEFLUSH_H -#ifdef __KERNEL__ -  #include <linux/mm.h>  /* @@ -109,5 +107,4 @@ static inline void *sh_cacheop_vaddr(void *vaddr)  	return vaddr;  } -#endif /* __KERNEL__ */  #endif /* __ASM_SH_CACHEFLUSH_H */  |