From: Ralf Baechle Date: Thu, 30 Nov 2006 01:14:51 +0000 (+0000) Subject: [MIPS] Remove unused definition of cpu_to_lelongp() X-Git-Tag: v2.6.20-rc2~6^2~13^2~474^2~1 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0b7883f49810ec91755caa222b3b28f047b8c93b;p=linux-2.6-omap-h63xx.git [MIPS] Remove unused definition of cpu_to_lelongp() Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/bitops.h b/include/asm-mips/bitops.h index 8cd61c19705..b9007411b60 100644 --- a/include/asm-mips/bitops.h +++ b/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 /*