arm: vt8500: Fix build warning in uncompress.h
authorTony Prisk <linux@prisktech.co.nz>
Sun, 7 Oct 2012 21:23:32 +0000 (10:23 +1300)
committerOlof Johansson <olof@lixom.net>
Sun, 7 Oct 2012 21:50:06 +0000 (14:50 -0700)
This removes a build-time warning in uncompress.h due to incorrectly
cast values being passed to readb/writeb.

Removed arm/io.h and readb/writeb. Read/write directly to the serial
port with a volatile pointer.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found