aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/au8522_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/au8522_decoder.c')
-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];