]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commitd19bd83672dfc1f869e2b2122d99a2ceae7d0f7e
tree8494eaf9daf332a88bdbf8290fa495b93bfd7079
parentfe73f03549a28204866387311f7d3d9ef5e1503a
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