aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-03-18 16:39:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:43:28 -0300
commit235f0e4348cc57d5a5fe36d07530ecf6541eeae5 (patch)
tree9a0bb76b61db7b93bef08157099a84e4a237e698 /drivers/media/dvb/frontends
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/frontends')
-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 c9d0eecfbe3..2617f680bd5 100644
--- a/drivers/media/dvb/frontends/au8522_decoder.c
+++ b/drivers/media/dvb/frontends/au8522_decoder.c
@@ -47,15 +47,12 @@ MODULE_LICENSE("GPL");
static int au8522_analog_debug;
-static unsigned short normal_i2c[] = { 0x8e >> 1, I2C_CLIENT_END };
module_param_named(analog_debug, au8522_analog_debug, int, 0644);
MODULE_PARM_DESC(analog_debug,
"Analog debugging messages [0=Off (default) 1=On]");
-I2C_CLIENT_INSMOD;
-
struct au8522_register_config {
u16 reg_name;
u8 reg_val[8];