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)
commit32b53076c31ce9159740b744d5eb5d9505312add
tree6687980a51c74629085eb8fa2e62172f480b3d53
parent154280fd0e890814a249bf4a79b4340fb367f1a7
serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx.

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>
drivers/serial/sh-sci.c
drivers/serial/sh-sci.h