This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sh / addrspace.h
index dbb05d1..190986c 100644 (file)
@@ -9,7 +9,6 @@
  */
 #ifndef __ASM_SH_ADDRSPACE_H
 #define __ASM_SH_ADDRSPACE_H
-#ifdef __KERNEL__
 
 #include <asm/cpu/addrspace.h>
 
@@ -34,5 +33,4 @@
 #define P3SEGADDR(a)   ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
 #define P4SEGADDR(a)   ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P4SEG))
 
-#endif /* __KERNEL__ */
 #endif /* __ASM_SH_ADDRSPACE_H */