Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b7883f4 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Remove unused definition of cpu_to_lelongp()

parent 4ffd8b38
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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

/*