serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 24 Dec 2009 05:52:43 +0000 (14:52 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 24 Dec 2009 05:52:43 +0000 (14:52 +0900)
ctrl_xxx() is an antiquated SH interface, while __raw_xxx is the standard
API that accomplishes the same thing. As such, this converts the
remaining sh-sci straggles over, which enables the driver to be wired up
for ARM SH-Mobile CPUs as well.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found