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)
commit02eb884f4e26a8649724fdf236822d371998f2bb
tree363936602ff33a94240113b1c34d13c49426fbb7
parentbae97e81102d281c92b00c44d43304be3ae3c0a6
drivers: staging: fbtft: fbtft-bus.c: Fix different address space warning on I/O mem

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>
drivers/staging/fbtft/fbtft-bus.c