diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-15 08:56:15 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-15 08:56:15 +0000 |
commit | 12bdab2810d0b5c60c50c165ad5f4e87afa2374e (patch) | |
tree | 18b84dd3d4f10c5591cf010ae09fcfd7f2ee592b /linux/drivers/media/video/cx25840 | |
parent | 0eb270a16486a4ef9f87ffd9591bfe052d1dbf69 (diff) | |
download | mediapointer-dvb-s2-12bdab2810d0b5c60c50c165ad5f4e87afa2374e.tar.gz mediapointer-dvb-s2-12bdab2810d0b5c60c50c165ad5f4e87afa2374e.tar.bz2 |
From: Adrian Bunk <bunk@stusta.de>
make some code static
This patch makes some needlessly global code static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx25840')
-rw-r--r-- | linux/drivers/media/video/cx25840/cx25840-core.c | 2 |
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 e27027675..42e758c93 100644 --- a/linux/drivers/media/video/cx25840/cx25840-core.c +++ b/linux/drivers/media/video/cx25840/cx25840-core.c @@ -50,7 +50,7 @@ static unsigned short normal_i2c[] = { 0x88 >> 1, I2C_CLIENT_END }; static unsigned short normal_i2c_range[] = { I2C_CLIENT_END }; #endif -int cx25840_debug; +static int cx25840_debug; #if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0) module_param_named(debug,cx25840_debug, int, 0644); |