[PATCH] powerpc: fix various sparse warnings
[deliverable/linux.git] / arch / powerpc / platforms / powermac / bootx_init.c
index fa8b4d7b5ded804864639426f0fa0ed939e0eafb..a94571be65caf0d9061cfc2ba2a4dc8767746fcb 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 */
                }
        }
 
This page took 0.024924 seconds and 5 git commands to generate.