]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
input: rpcmouse: use __iomem pointers for MMIO
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 Sep 2012 20:30:12 +0000 (20:30 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 19 Sep 2012 13:37:13 +0000 (15:37 +0200)
commitfe73f03549a28204866387311f7d3d9ef5e1503a
tree52f68fa441a09cc7437aeec70ab6383c0aaf273e
parent5fa1a2e12a3bc7614db7b5f5f4b1167e5e25a9e6
input: rpcmouse: 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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/input/mouse/rpcmouse.c