bswap.h: Remove unused cpu_to_*w() and *_to_cpup()
commitf76bde702916d0230bf359d478bcac8d7f3b30ae
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Jul 2016 16:20:58 +0000 (7 17:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 12 Jul 2016 14:08:53 +0000 (12 15:08 +0100)
tree7122413e2feb8bbd9a6c773b79050f47fe9420c8
parent43120576cb6a9db070fd300da69fe61f5e5cc281
bswap.h: Remove unused cpu_to_*w() and *_to_cpup()

Now that all uses of cpu_to_*w() and *_to_cpup() have been replaced
with either ld*_p()/st*_p() or by doing direct dereferences and
using the cpu_to_*()/*_to_cpu() byteswap functions, we can remove
the unused implementations.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1467908460-27048-4-git-send-email-peter.maydell@linaro.org
include/qemu/bswap.h