aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-03-18 15:39:07 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:28 -0400
commit235f0e4348cc57d5a5fe36d07530ecf6541eeae5 (patch)
tree9a0bb76b61db7b93bef08157099a84e4a237e698 /drivers/media/dvb
parentd64260d58865004c6354e024da3450fdd607ea07 (diff)
V4L/DVB (11100): au8522: fix compilation warning.
normal_i2c and I2C_CLIENT_INSMOD are only necessary for kernels < 2.6.22. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/frontends/au8522_decoder.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/au8522_decoder.c b/drivers/media/dvb/frontends/au8522_decoder.c
index c9d0eecfbe3c..2617f680bd5f 100644
--- a/drivers/media/dvb/frontends/au8522_decoder.c
+++ b/drivers/media/dvb/frontends/au8522_decoder.c
@@ -47,15 +47,12 @@ MODULE_LICENSE("GPL");
47 47
48static int au8522_analog_debug; 48static int au8522_analog_debug;
49 49
50static unsigned short normal_i2c[] = { 0x8e >> 1, I2C_CLIENT_END };
51 50
52module_param_named(analog_debug, au8522_analog_debug, int, 0644); 51module_param_named(analog_debug, au8522_analog_debug, int, 0644);
53 52
54MODULE_PARM_DESC(analog_debug, 53MODULE_PARM_DESC(analog_debug,
55 "Analog debugging messages [0=Off (default) 1=On]"); 54 "Analog debugging messages [0=Off (default) 1=On]");
56 55
57I2C_CLIENT_INSMOD;
58
59struct au8522_register_config { 56struct au8522_register_config {
60 u16 reg_name; 57 u16 reg_name;
61 u8 reg_val[8]; 58 u8 reg_val[8];