summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2004-10-18 16:17:52 +0000
committerMichael Hunold <devnull@localhost>2004-10-18 16:17:52 +0000
commit005bc8a9298b2eab8e0bdb6d494b5b13c32811f4 (patch)
treebe112ef5d89904c0f033fa49fc2a5659a078ba96 /linux/drivers/media/dvb
parent0eb3c674c71a54f978154e242f990a7e1e55d35a (diff)
downloadmediapointer-dvb-s2-005bc8a9298b2eab8e0bdb6d494b5b13c32811f4.tar.gz
mediapointer-dvb-s2-005bc8a9298b2eab8e0bdb6d494b5b13c32811f4.tar.bz2
- budget_debug is a module parameter, so it must not be static
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/ttpci/budget-core.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-core.c b/linux/drivers/media/dvb/ttpci/budget-core.c
index 3ba209694..6bd202b24 100644
--- a/linux/drivers/media/dvb/ttpci/budget-core.c
+++ b/linux/drivers/media/dvb/ttpci/budget-core.c
@@ -39,8 +39,7 @@
#include "budget.h"
#include "ttpci-eeprom.h"
-static int budget_debug;
-
+int budget_debug;
module_param_named(debug, budget_debug, int, 0644);
MODULE_PARM_DESC(budget_debug, "Turn on/off budget debugging (default:off).");