aboutsummaryrefslogtreecommitdiff
path: root/arch/ppc/boot/simple/mpc10x_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/boot/simple/mpc10x_memory.c')
-rw-r--r--arch/ppc/boot/simple/mpc10x_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boot/simple/mpc10x_memory.c b/arch/ppc/boot/simple/mpc10x_memory.c
index 977daedc14c0..20d92a34ceb8 100644
--- a/arch/ppc/boot/simple/mpc10x_memory.c
+++ b/arch/ppc/boot/simple/mpc10x_memory.c
@@ -33,7 +33,7 @@
#define MPC10X_PCI_OP(rw, size, type, op, mask) \
static void \
-mpc10x_##rw##_config_##size(unsigned int *cfg_addr, \
+mpc10x_##rw##_config_##size(unsigned int __iomem *cfg_addr, \
unsigned int *cfg_data, int devfn, int offset, \
type val) \
{ \