summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx25840/cx25840-core.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-07-21 19:33:48 +0000
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-21 19:33:48 +0000
commitccac3f9c17e7032132a869467215973380721525 (patch)
tree41a89ccf62a4d4376254a9f06ab187ffc0f5a44e /linux/drivers/media/video/cx25840/cx25840-core.c
parent2bf5145e5bbfe9c7756ba4ccc0d22f4cccdf2ebb (diff)
downloadmediapointer-dvb-s2-ccac3f9c17e7032132a869467215973380721525.tar.gz
mediapointer-dvb-s2-ccac3f9c17e7032132a869467215973380721525.tar.bz2
make cx25840_debug static
From: Adrian Bunk <bunk@kernel.org> cx25840_debug can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx25840/cx25840-core.c')
-rw-r--r--linux/drivers/media/video/cx25840/cx25840-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx25840/cx25840-core.c b/linux/drivers/media/video/cx25840/cx25840-core.c
index ecd498c70..7b48e0285 100644
--- a/linux/drivers/media/video/cx25840/cx25840-core.c
+++ b/linux/drivers/media/video/cx25840/cx25840-core.c
@@ -51,7 +51,7 @@ MODULE_LICENSE("GPL");
static unsigned short normal_i2c[] = { 0x88 >> 1, I2C_CLIENT_END };
-int cx25840_debug;
+static int cx25840_debug;
module_param_named(debug,cx25840_debug, int, 0644);