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
- Lines: 18
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/media/video/tda7432.c
- Orig date:
Wed Oct 17 14:19:20 2001
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)