]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
video: da8xx-fb: use __iomem pointers for MMIO
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 Sep 2012 20:33:43 +0000 (20:33 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 19 Sep 2012 13:37:15 +0000 (15:37 +0200)
commit34aef6eb1cf39788b063abef8a33ecd933a0666b
tree79b25ed43260289207558fdc3d5b3ff60df6cfcb
parentf39f7b7dcfd8d2c4024fbc00ffc832adf0ea41b3
video: da8xx-fb: use __iomem pointers for MMIO

ARM is moving to stricter checks on readl/write functions,
so we need to use the correct types everywhere.

Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: linux-fbdev@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/video/da8xx-fb.c