X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsh64%2Fmach-cayman%2Fsetup.c;fp=arch%2Fsh64%2Fmach-cayman%2Fsetup.c;h=c793245629ad722b30323dab8ec8f84a5eec0231;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=3ed87cd059d064e01da3949d9420d18a34818470;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/sh64/mach-cayman/setup.c b/arch/sh64/mach-cayman/setup.c index 3ed87cd05..c79324562 100644 --- a/arch/sh64/mach-cayman/setup.c +++ b/arch/sh64/mach-cayman/setup.c @@ -21,6 +21,7 @@ #include #include +#include #include #include #include @@ -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[] = {