sh: pci: Use I/O accessors consistently in SH7786 PCIe init code.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 20 Sep 2010 08:10:02 +0000 (17:10 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 20 Sep 2010 08:10:02 +0000 (17:10 +0900)
Some of the existing code is flipping between __raw_xxx() and
pci_{read,write}_reg(). As the latter are just wrappers for the former,
flip over to using them consistently.

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

No differences found