[PATCH] powerpc: fix various sparse warnings
[safe/jmp/linux-2.6] / arch / powerpc / platforms / powermac / bootx_init.c
index fa8b4d7..a94571b 100644 (file)
@@ -493,7 +493,7 @@ void __init bootx_init(unsigned long r3, unsigned long r4)
                    && (strcmp(model, "iMac,1") == 0
                        || strcmp(model, "PowerMac1,1") == 0)) {
                        bootx_printf("iMac,1 detected, shutting down USB \n");
-                       out_le32((unsigned *)0x80880008, 1);    /* XXX */
+                       out_le32((unsigned __iomem *)0x80880008, 1);    /* XXX */
                }
        }