diff options
Diffstat (limited to 'arch/sh/include/asm/addrspace.h')
| -rw-r--r-- | arch/sh/include/asm/addrspace.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/include/asm/addrspace.h b/arch/sh/include/asm/addrspace.h index 34bfbcddcce0..468fba333e89 100644 --- a/arch/sh/include/asm/addrspace.h +++ b/arch/sh/include/asm/addrspace.h @@ -7,8 +7,6 @@  #ifndef __ASM_SH_ADDRSPACE_H  #define __ASM_SH_ADDRSPACE_H -#ifdef __KERNEL__ -  #include <cpu/addrspace.h>  /* If this CPU supports segmentation, hook up the helpers */ @@ -62,5 +60,4 @@  #define P3_ADDR_MAX		P4SEG  #endif -#endif /* __KERNEL__ */  #endif /* __ASM_SH_ADDRSPACE_H */  |