]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Remove unused BITOP_LE_SWIZZLE macro
authorAkinobu Mita <akinobu.mita@gmail.com>
Sat, 2 Mar 2013 04:06:30 +0000 (04:06 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Mar 2013 05:56:28 +0000 (16:56 +1100)
commita74f350b5ce6d8dd1847aa1191ea177fff025567
tree473fb35eeecceba75c039d472638ce214bbe065e
parent6a404806dfceba9b154015705a9e647fa7749fd8
powerpc: Remove unused BITOP_LE_SWIZZLE macro

The BITOP_LE_SWIZZLE macro was used in the little-endian bitops functions
for powerpc.  But these functions were converted to generic bitops and
the BITOP_LE_SWIZZLE is not used anymore.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/bitops.h