patch-2.4.19 linux-2.4.19/drivers/media/video/tda7432.c

Next file: linux-2.4.19/drivers/media/video/tda9875.c
Previous file: linux-2.4.19/drivers/media/video/stradis.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/media/video/tda7432.c linux-2.4.19/drivers/media/video/tda7432.c
@@ -518,7 +518,7 @@
         &driver
 };
 
-int tda7432_init(void)
+static int tda7432_init(void)
 {
 
 	if ( (loudness < 0) || (loudness > 15) )
@@ -531,7 +531,7 @@
 	return 0;
 }
 
-void tda7432_fini(void)
+static void tda7432_fini(void)
 {
 	i2c_del_driver(&driver);
 }

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