usb_ohci: Always use little endian
authorAlexander Graf <agraf@suse.de>
Wed, 8 Dec 2010 11:05:50 +0000 (12:05 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 15:24:26 +0000 (15:24 +0000)
commitf4a46826056fbe383e089bdf1c88a59cd3ff9b8a
treed0b269ecbb4cf0d3530919206ebba1353071bcab
parent6914926eb9480dabd7bb4bad2ee067bee65190b7
usb_ohci: Always use little endian

This patch replaces explicit bswaps with endianness hints to the
mmio layer.

Because we don't depend on the target endianness anymore, we can also
move the driver over to Makefile.objs.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.objs
Makefile.target
hw/usb-ohci.c