From: Benjamin Herrenschmidt Date: Tue, 24 Jun 2014 02:28:56 +0000 (+1000) Subject: powerpc: Remove __arch_swab* X-Git-Tag: omap-for-v3.16/fixes-rc4~57^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716821c9438bf7a61edd4c097ed1415a9cf14a7d;p=pandora-kernel.git powerpc: Remove __arch_swab* The generic code uses gcc built-ins which work fine so there's no benefit in implementing our own anymore. We can't completely remove the ld/st_le* functions as some historical cruft still uses them, but that's next on the radar Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed