drivers: staging: fbtft: fbtft-bus.c: Fix different address space warning on I/O mem
authorTolga Ceylan <tolga.ceylan@gmail.com>
Sat, 2 May 2015 06:40:35 +0000 (23:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 07:23:58 +0000 (09:23 +0200)
To fix sparse warning of incorrect type in assignment
(different address space), added annotation __iomem to
vmem8 and modified direct reads with ioread8().

Signed-off-by: Tolga Ceylan <tolga.ceylan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found