]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/dvb/frontends/stv0900_core.c
V4L/DVB (10846): dvb/frontends: fix duplicate 'debug' symbol
[linux-2.6-omap-h63xx.git] / drivers / media / dvb / frontends / stv0900_core.c
index ee20fbfc45f4e9afae0cab88474c8ad6d93725b4..ca26518eafcd62f0997d9cd0918c92d60bd91139 100644 (file)
@@ -34,8 +34,8 @@
 #include "stv0900_priv.h"
 #include "stv0900_init.h"
 
-int debug = 1;
-module_param(debug, int, 0644);
+static int stvdebug = 1;
+module_param_named(debug, stvdebug, int, 0644);
 
 /* internal params node */
 struct stv0900_inode {