diff options
Diffstat (limited to 'arch/ppc/platforms/chrp_setup.c')
-rw-r--r-- | arch/ppc/platforms/chrp_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/chrp_setup.c b/arch/ppc/platforms/chrp_setup.c index f23c4f320760..57f29ab29bda 100644 --- a/arch/ppc/platforms/chrp_setup.c +++ b/arch/ppc/platforms/chrp_setup.c | |||
@@ -356,7 +356,7 @@ static void __init chrp_find_openpic(void) | |||
356 | struct device_node *np; | 356 | struct device_node *np; |
357 | int len, i; | 357 | int len, i; |
358 | unsigned int *iranges; | 358 | unsigned int *iranges; |
359 | void *isu; | 359 | void __iomem *isu; |
360 | 360 | ||
361 | np = find_type_devices("open-pic"); | 361 | np = find_type_devices("open-pic"); |
362 | if (np == NULL || np->n_addrs == 0) | 362 | if (np == NULL || np->n_addrs == 0) |