V4L/DVB (3377): 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>

authored by Adrian Bunk and committed by Mauro Carvalho Chehab a9cff90e 15192b1d

+2 -2
+1 -1
drivers/media/video/cx25840/cx25840-core.c
··· 43 43 static unsigned short normal_i2c[] = { 0x88 >> 1, I2C_CLIENT_END }; 44 44 45 45 46 - int cx25840_debug; 46 + static int cx25840_debug; 47 47 48 48 module_param_named(debug,cx25840_debug, int, 0644); 49 49
+1 -1
drivers/media/video/tvp5150.c
··· 634 634 unsigned char values[26]; 635 635 }; 636 636 637 - struct i2c_vbi_ram_value vbi_ram_default[] = 637 + static struct i2c_vbi_ram_value vbi_ram_default[] = 638 638 { 639 639 {0x010, /* WST SECAM 6 */ 640 640 { 0xaa, 0xaa, 0xff, 0xff , 0xe7, 0x2e, 0x20, 0x26, 0xe6, 0xb4, 0x0e, 0x0, 0x0, 0x0, 0x10, 0x0 }