diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 08:55:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 09:03:01 -0400 |
commit | adabb266efb5a8d36f664ca44f7000063e566671 (patch) | |
tree | 855731f0766ccea5accf8223908f89a5afcd2242 | |
parent | e26f2ae4527b54fab94660826ff8d930f462449c (diff) |
[media] lg2160: Don't fill the legacy DVBv3 ops.type field
This field should not be used anymore inside the frontend drivers.
The DVB core won't rely on it.
Cc: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/frontends/lg2160.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/lg2160.c b/drivers/media/dvb/frontends/lg2160.c index daa8596b9ec7..fafe522b013f 100644 --- a/drivers/media/dvb/frontends/lg2160.c +++ b/drivers/media/dvb/frontends/lg2160.c | |||
@@ -1350,7 +1350,6 @@ static struct dvb_frontend_ops lg2160_ops = { | |||
1350 | .delsys = { SYS_ATSCMH }, | 1350 | .delsys = { SYS_ATSCMH }, |
1351 | .info = { | 1351 | .info = { |
1352 | .name = "LG Electronics LG2160 ATSC/MH Frontend", | 1352 | .name = "LG Electronics LG2160 ATSC/MH Frontend", |
1353 | .type = FE_ATSC, | ||
1354 | .frequency_min = 54000000, | 1353 | .frequency_min = 54000000, |
1355 | .frequency_max = 858000000, | 1354 | .frequency_max = 858000000, |
1356 | .frequency_stepsize = 62500, | 1355 | .frequency_stepsize = 62500, |
@@ -1379,7 +1378,6 @@ static struct dvb_frontend_ops lg2161_ops = { | |||
1379 | .delsys = { SYS_ATSCMH }, | 1378 | .delsys = { SYS_ATSCMH }, |
1380 | .info = { | 1379 | .info = { |
1381 | .name = "LG Electronics LG2161 ATSC/MH Frontend", | 1380 | .name = "LG Electronics LG2161 ATSC/MH Frontend", |
1382 | .type = FE_ATSC, | ||
1383 | .frequency_min = 54000000, | 1381 | .frequency_min = 54000000, |
1384 | .frequency_max = 858000000, | 1382 | .frequency_max = 858000000, |
1385 | .frequency_stepsize = 62500, | 1383 | .frequency_stepsize = 62500, |