1
0
Fork 0

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>
hifive-unleashed-5.1
Hans Verkuil 2009-03-18 16:39:07 -03:00 committed by Mauro Carvalho Chehab
parent d64260d588
commit 235f0e4348
1 changed files with 0 additions and 3 deletions

View File

@ -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];