]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3a30921c91713613aaa84b3207170f2429805d62
tree6687980a51c74629085eb8fa2e62172f480b3d53
parent2e6b770fb44200c57b7d4490ef63d5ec39d1eaa9
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