From: David Gibson Date: Tue, 3 Feb 2015 05:36:25 +0000 (+1100) Subject: powerpc: Remove unused st_le*() and ld_le* functions X-Git-Tag: omap-for-v4.1/fixes-rc1~126^2~58^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eebf9b5d2da61f84cddd0ec2bb41be93f8fc82b;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed