]> git.baikalelectronics.ru Git - kernel.git/commit
serial: ks8695: use __iomem pointers for MMIO
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 Sep 2012 20:31:11 +0000 (20:31 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 19 Sep 2012 13:37:13 +0000 (15:37 +0200)
commitb4ad036a7443ffc861447eaeb68ea930ad8e07b0
tree8494eaf9daf332a88bdbf8290fa495b93bfd7079
parent2e3efb0dd88ed4556084addfb1206273f72d8e62
serial: ks8695: 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: Alan Cox <alan@linux.intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/tty/serial/serial_ks8695.c