patch-2.4.0-test5 linux/arch/m68k/apollo/dn_ints.c

Next file: linux/arch/m68k/atari/atakeyb.c
Previous file: linux/arch/m68k/amiga/amisound.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/arch/m68k/apollo/dn_ints.c linux/arch/m68k/apollo/dn_ints.c
@@ -128,8 +128,7 @@
 
 void dn_mksound( unsigned int count, unsigned int ticks ) {
 
-	static struct timer_list sound_timer = { NULL, NULL, 0, 0,
-       										 dn_nosound };
+	static struct timer_list sound_timer = { function: dn_nosound };
 
 	del_timer( &sound_timer );
 	if(count) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)