]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] em28xx: remove unused a8293 SEC config
authorAntti Palosaari <crope@iki.fi>
Fri, 17 Apr 2015 01:55:31 +0000 (22:55 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 11 Aug 2015 10:08:01 +0000 (07:08 -0300)
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>
drivers/media/usb/em28xx/em28xx-dvb.c

index a38248360833265172414e74cb4dab2ec1e5e567..357be76c7a5523e7e9ff0a11c7f70f1a35571a94 100644 (file)
@@ -808,10 +808,6 @@ static struct tda18271_config em28xx_cxd2820r_tda18271_config = {
        .gate = TDA18271_GATE_DIGITAL,
 };
 
-static const struct a8293_config em28xx_a8293_config = {
-       .i2c_addr = 0x08, /* (0x10 >> 1) */
-};
-
 static struct zl10353_config em28xx_zl10353_no_i2c_gate_dev = {
        .demod_address = (0x1e >> 1),
        .disable_i2c_gate_ctrl = 1,