Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] em28xx: remove unused a8293 SEC config

Devices that were using a8293 SEC are converted to I2C platform data
thus that old config structure is left unused.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Antti Palosaari and committed by
Mauro Carvalho Chehab
d029419d 8d596045

-4
-4
drivers/media/usb/em28xx/em28xx-dvb.c
··· 808 808 .gate = TDA18271_GATE_DIGITAL, 809 809 }; 810 810 811 - static const struct a8293_config em28xx_a8293_config = { 812 - .i2c_addr = 0x08, /* (0x10 >> 1) */ 813 - }; 814 - 815 811 static struct zl10353_config em28xx_zl10353_no_i2c_gate_dev = { 816 812 .demod_address = (0x1e >> 1), 817 813 .disable_i2c_gate_ctrl = 1,