From: Geert Uytterhoeven Amiga sound: Use C99 struct initializers arch/m68k/amiga/amisound.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/m68k/amiga/amisound.c~68k-348 arch/m68k/amiga/amisound.c --- 25/arch/m68k/amiga/amisound.c~68k-348 2004-01-01 13:35:09.000000000 -0800 +++ 25-akpm/arch/m68k/amiga/amisound.c 2004-01-01 13:35:09.000000000 -0800 @@ -44,7 +44,7 @@ static unsigned long clock_constant; void __init amiga_init_sound(void) { - static struct resource beep_res = { "Beep" }; + static struct resource beep_res = { .name = "Beep" }; snd_data = amiga_chip_alloc_res(sizeof(sine_data), &beep_res); if (!snd_data) { _