]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commitcecf48e23fd9270053850643a56e8e791322e3d5
treecf6d0e8ef8414f9919ac4fa1acd33e41591be4f1
parentbd792aea441a3dcdede462486ab8c63045803844
sh: pci: Use I/O accessors consistently in SH7786 PCIe init code.

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>
arch/sh/drivers/pci/pcie-sh7786.c
arch/sh/drivers/pci/pcie-sh7786.h