sh: pfc: Convert from ctrl_xxx() to __raw_xxx() I/O routines.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 30 Nov 2009 03:10:41 +0000 (12:10 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 30 Nov 2009 03:10:41 +0000 (12:10 +0900)
commit9cdae914b2d08febca6e6e0440817d60da115ba5
treeb52fd2a2e3f081e2d735544e8c9184dd8e8235ab
parente6d8460aca6311d7ab5371b59dc999bb4d714444
sh: pfc: Convert from ctrl_xxx() to __raw_xxx() I/O routines.

Now that the PFC code is exposed for other architectures, use the common
__raw_xxx() routines instead of the ctrl_xxx() ones. This will be needed
for ARM-based SH-Mobiles amongst others.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/pfc.c