Merge mulgrave-w:git/scsi-misc-2.6
[sfrench/cifs-2.6.git] / arch / sh64 / mach-cayman / setup.c
index d84895dda3cdddb445bb50e806045c38414c7a3a..3ed87cd059d064e01da3949d9420d18a34818470 100644 (file)
@@ -112,8 +112,10 @@ struct resource io_resources[] = {
 };
 
 struct resource kram_resources[] = {
-       { "Kernel code", 0, 0 },        /* These must be last in the array */
-       { "Kernel data", 0, 0 }         /* These must be last in the array */
+       /* These must be last in the array */
+       { .name = "Kernel code", .start = 0, .end = 0 },
+       /* These must be last in the array */
+       { .name = "Kernel data", .start = 0, .end = 0 }
 };
 
 struct resource xram_resources[] = {