X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fcompat.h;h=900f472fdd2b5fc92fc6547893d5a9938a71731f;hb=a2413598b8c5f14d75f914ce95d72bacdeabd05e;hp=986511db54a671d05780824a17d2aa6b09c88e98;hpb=e02a4cabfcb9a999b74a2e2e6f13ffcb7ff2d606;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-mips/compat.h b/include/asm-mips/compat.h index 986511db54a..900f472fdd2 100644 --- a/include/asm-mips/compat.h +++ b/include/asm-mips/compat.h @@ -145,8 +145,5 @@ static inline void __user *compat_alloc_user_space(long len) return (void __user *) (regs->regs[29] - len); } -#if defined (__MIPSEL__) -#define __COMPAT_ENDIAN_SWAP__ 1 -#endif #endif /* _ASM_COMPAT_H */