powerpc: Remove unused st_le*() and ld_le* functions
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 3 Feb 2015 05:36:25 +0000 (16:36 +1100)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Mar 2015 02:33:52 +0000 (13:33 +1100)
commit0eebf9b5d2da61f84cddd0ec2bb41be93f8fc82b
tree99011f6145b333035b4935e418f1ebdcce9f90ab
parentd078eed35de3866cb4af654db87765f53edbacce
powerpc: Remove unused st_le*() and ld_le* functions

The powerpc specific st_le*() and ld_le*() functions in
arch/powerpc/asm/swab.h no longer have any users.  They are also
misleadingly named, since they always byteswap, even on a little-endian
host.

This patch removes them.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/swab.h