usb_ohci: Always use little endian
commit34557491911f8977b5863628b1b6f5a9c95f9c29
authorAlexander Graf <agraf@suse.de>
Wed, 8 Dec 2010 11:05:50 +0000 (8 12:05 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Dec 2010 15:24:26 +0000 (11 15:24 +0000)
treed0b269ecbb4cf0d3530919206ebba1353071bcab
parent968d683c042d80821a00a76608ae770a7401cac0
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