From: Geert Uytterhoeven Amiga sound: Use C99 struct initializers --- 25-akpm/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 Thu Jan 8 15:37:33 2004 +++ 25-akpm/arch/m68k/amiga/amisound.c Thu Jan 8 15:37:33 2004 @@ -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) { _