diff --git a/[refs] b/[refs] index 9e254649da10..b4ec1583fc9c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ffd8b3838f22c34b21a25b7612795ca45d14db6 +refs/heads/master: 0b7883f49810ec91755caa222b3b28f047b8c93b diff --git a/trunk/include/asm-mips/bitops.h b/trunk/include/asm-mips/bitops.h index 8cd61c197052..b9007411b60f 100644 --- a/trunk/include/asm-mips/bitops.h +++ b/trunk/include/asm-mips/bitops.h @@ -23,13 +23,11 @@ #define SZLONG_MASK 31UL #define __LL "ll " #define __SC "sc " -#define cpu_to_lelongp(x) cpu_to_le32p((__u32 *) (x)) #elif (_MIPS_SZLONG == 64) #define SZLONG_LOG 6 #define SZLONG_MASK 63UL #define __LL "lld " #define __SC "scd " -#define cpu_to_lelongp(x) cpu_to_le64p((__u64 *) (x)) #endif /*