linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / sh64 / mach-cayman / setup.c
index 3ed87cd..c793245 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <linux/stddef.h>
 #include <linux/init.h>
+#include <linux/config.h>
 #include <linux/mm.h>
 #include <linux/bootmem.h>
 #include <linux/delay.h>
@@ -112,10 +113,8 @@ struct resource io_resources[] = {
 };
 
 struct resource kram_resources[] = {
-       /* 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 }
+       { "Kernel code", 0, 0 },        /* These must be last in the array */
+       { "Kernel data", 0, 0 }         /* These must be last in the array */
 };
 
 struct resource xram_resources[] = {