diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-18 19:39:07 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 15:43:28 (GMT) |
commit | 235f0e4348cc57d5a5fe36d07530ecf6541eeae5 (patch) | |
tree | 9a0bb76b61db7b93bef08157099a84e4a237e698 /drivers/media/dvb | |
parent | d64260d58865004c6354e024da3450fdd607ea07 (diff) | |
download | linux-235f0e4348cc57d5a5fe36d07530ecf6541eeae5.tar.xz |
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.c | 3 |
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 c9d0eec..2617f68 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]; |