patch-2.1.110 linux/drivers/char/tuner.c

Next file: linux/drivers/char/videodev.c
Previous file: linux/drivers/char/tty_io.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.109/linux/drivers/char/tuner.c linux/drivers/char/tuner.c
@@ -12,8 +12,8 @@
 
 #include "tuner.h"
 
-int debug = 0; /* insmod parameter */
-int type  = 0; /* tuner type */
+static int debug = 0; /* insmod parameter */
+static int type  = 0; /* tuner type */
 
 #define dprintk     if (debug) printk
 
@@ -248,7 +248,7 @@
 #ifdef MODULE
 int init_module(void)
 #else
-int msp3400c_init(void)
+int i2c_tuner_init(void)
 #endif
 {
 	i2c_register_driver(&i2c_driver_tuner);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov