diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-11-30 01:14:51 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-11-30 01:14:51 (GMT) |
commit | 0b7883f49810ec91755caa222b3b28f047b8c93b (patch) | |
tree | 40669047f649d21c3c5c874437c9414759a43240 | |
parent | 4ffd8b3838f22c34b21a25b7612795ca45d14db6 (diff) | |
download | linux-fsl-qoriq-0b7883f49810ec91755caa222b3b28f047b8c93b.tar.xz |
[MIPS] Remove unused definition of cpu_to_lelongp()
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | include/asm-mips/bitops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/bitops.h b/include/asm-mips/bitops.h index 8cd61c1..b900741 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 /* |