diff options
Diffstat (limited to 'linux/drivers/media/video/btcx-risc.c')
-rw-r--r-- | linux/drivers/media/video/btcx-risc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/btcx-risc.c b/linux/drivers/media/video/btcx-risc.c index 7f3313eda..073d5361f 100644 --- a/linux/drivers/media/video/btcx-risc.c +++ b/linux/drivers/media/video/btcx-risc.c @@ -1,5 +1,5 @@ /* - $Id: btcx-risc.c,v 1.7 2005/12/08 12:35:58 mchehab Exp $ + $Id: btcx-risc.c,v 1.8 2006/01/12 13:09:55 mchehab Exp $ btcx-risc.c @@ -39,7 +39,7 @@ MODULE_DESCRIPTION("some code shared by bttv and cx88xx drivers"); MODULE_AUTHOR("Gerd Knorr"); MODULE_LICENSE("GPL"); -static unsigned int debug = 0; +static unsigned int debug; module_param(debug, int, 0644); MODULE_PARM_DESC(debug,"debug messages, default is 0 (no)"); |