commit | 096947fdab96fd97df47b10b8547382290ef9fcd | [log] [tgz] |
---|---|---|
author | Tony Prisk <linux@prisktech.co.nz> | Mon Oct 08 10:23:32 2012 +1300 |
committer | Olof Johansson <olof@lixom.net> | Sun Oct 07 14:50:06 2012 -0700 |
tree | 231279fd7d2e2d6a55d2e6314567a8e9f6a6679c | |
parent | 68528265149d2861195fc81aa3cdb64120953e12 [diff] |
arm: vt8500: Fix build warning in uncompress.h 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>