commit | cecf48e23fd9270053850643a56e8e791322e3d5 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Sep 20 17:10:02 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Sep 20 17:10:02 2010 +0900 |
tree | cf6d0e8ef8414f9919ac4fa1acd33e41591be4f1 | |
parent | bd792aea441a3dcdede462486ab8c63045803844 [diff] |
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>