serial: sh-sci: Kill off unused membase kludge.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 19 Jan 2011 05:18:06 +0000 (14:18 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 19 Jan 2011 05:18:06 +0000 (14:18 +0900)
commite735038f3848a720f84a819c8191ed2f6a1beed8
tree0c2d05ef4c22067467a9a7ef56ef377912ba55d8
parent7c86ad4a50ece39305b1be900df9a58645716602
serial: sh-sci: Kill off unused membase kludge.

All users of the platform port data specify a mapbase where the driver
later derives the membase from. Now that UPF flags are taken in to
account for generic ioremapping we can kill off the port-specific membase
clobbering and simply use the generic paths.

This derives from a time when sh64 was not capable of using the generic
ioremap implementation and had employed early bolted DTLB mappings for
port access, which is no longer an issue.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c
include/linux/serial_sci.h