diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-01 14:11:18 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-04 14:30:34 -0500 |
commit | 7581e61d8d7a3ed89a3fdac2235231cd36548f78 (patch) | |
tree | bf09cddb799d2a1121ad8214e400f73cc932de6a /drivers/media/dvb/frontends/zl10353.c | |
parent | cd7d494d0b23673215330963c28138dd0c3fd405 (diff) |
[media] dvb: Remove ops->info.type from frontends
Now that this field is deprecated, and core generates it for
DVBv3 calls, remove it from the drivers.
It also adds .delsys on the few drivers where this were missed.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/zl10353.c')
-rw-r--r-- | drivers/media/dvb/frontends/zl10353.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/zl10353.c b/drivers/media/dvb/frontends/zl10353.c index 816fa861c066..ac7237891374 100644 --- a/drivers/media/dvb/frontends/zl10353.c +++ b/drivers/media/dvb/frontends/zl10353.c | |||
@@ -641,7 +641,6 @@ static struct dvb_frontend_ops zl10353_ops = { | |||
641 | .delsys = { SYS_DVBT }, | 641 | .delsys = { SYS_DVBT }, |
642 | .info = { | 642 | .info = { |
643 | .name = "Zarlink ZL10353 DVB-T", | 643 | .name = "Zarlink ZL10353 DVB-T", |
644 | .type = FE_OFDM, | ||
645 | .frequency_min = 174000000, | 644 | .frequency_min = 174000000, |
646 | .frequency_max = 862000000, | 645 | .frequency_max = 862000000, |
647 | .frequency_stepsize = 166667, | 646 | .frequency_stepsize = 166667, |