patch-2.3.10 linux/drivers/sound/sonicvibes.c

Next file: linux/drivers/sound/sound_calls.h
Previous file: linux/drivers/sound/sgalaxy.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.9/linux/drivers/sound/sonicvibes.c linux/drivers/sound/sonicvibes.c
@@ -2312,9 +2312,9 @@
 };
 
 #ifdef MODULE
-__initfunc(int init_module(void))
+int __init init_module(void)
 #else
-__initfunc(int init_sonicvibes(void))
+int __init init_sonicvibes(void)
 #endif
 {
 	struct sv_state *s;

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