summaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-10-12 23:45:34 -0300
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:55:40 +0900
commit2e335c76e269efdb94d2172e38e696d1df929162 (patch)
treed369b03ff8b78852c139d4d22daf2db7aa4d8b7e /drivers/media/usb
parent61b51acc2c473ee53222314b9c52eabf342730fe (diff)
downloadlinux-3.10-2e335c76e269efdb94d2172e38e696d1df929162.tar.gz
linux-3.10-2e335c76e269efdb94d2172e38e696d1df929162.tar.bz2
linux-3.10-2e335c76e269efdb94d2172e38e696d1df929162.zip
upstream: [media] rtl2832: remove unused if_dvbt config parameter
All used tuners has get_if_frequency() callback and that parameter is not needed and will not needed as all upcoming tuner drivers should implement get_if_frequency(). Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/dvb-usb-v2/rtl28xxu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 58eb78dbe9f..11fa9f2654b 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -589,14 +589,12 @@ err:
static const struct rtl2832_config rtl28xxu_rtl2832_fc0012_config = {
.i2c_addr = 0x10, /* 0x20 */
.xtal = 28800000,
- .if_dvbt = 0,
.tuner = TUNER_RTL2832_FC0012
};
static const struct rtl2832_config rtl28xxu_rtl2832_fc0013_config = {
.i2c_addr = 0x10, /* 0x20 */
.xtal = 28800000,
- .if_dvbt = 0,
.tuner = TUNER_RTL2832_FC0013
};