commit | 0eebf9b5d2da61f84cddd0ec2bb41be93f8fc82b | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Tue Feb 03 16:36:25 2015 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Mar 24 13:33:52 2015 +1100 |
tree | 99011f6145b333035b4935e418f1ebdcce9f90ab | |
parent | d078eed35de3866cb4af654db87765f53edbacce [diff] |
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>