diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 07:38:23 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 07:38:23 -0500 |
commit | 533b673b193cb3412f20eac5d24119ed3d240211 (patch) | |
tree | e1e25c668957391543ec3bf9189cf522e3873c99 /drivers/media/dvb/frontends | |
parent | 7c61d80a9bcfc3fdec8ffd75756cad6a64678229 (diff) |
[media] dvb: Add ops.delsys to the remaining frontends
A few drivers don't have .delsys. Add it, in order to allow
future patches for dvb_frontend.c to not use info.type.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1432.c | 2 | ||||
-rw-r--r-- | drivers/media/dvb/frontends/stv0297.c | 2 | ||||
-rw-r--r-- | drivers/media/dvb/frontends/tda10048.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/s5h1432.c b/drivers/media/dvb/frontends/s5h1432.c index 3a9050fffb80..baa3aae160b9 100644 --- a/drivers/media/dvb/frontends/s5h1432.c +++ b/drivers/media/dvb/frontends/s5h1432.c | |||
@@ -375,7 +375,7 @@ error: | |||
375 | EXPORT_SYMBOL(s5h1432_attach); | 375 | EXPORT_SYMBOL(s5h1432_attach); |
376 | 376 | ||
377 | static struct dvb_frontend_ops s5h1432_ops = { | 377 | static struct dvb_frontend_ops s5h1432_ops = { |
378 | 378 | .delsys = { SYS_DVBT }, | |
379 | .info = { | 379 | .info = { |
380 | .name = "Samsung s5h1432 DVB-T Frontend", | 380 | .name = "Samsung s5h1432 DVB-T Frontend", |
381 | .type = FE_OFDM, | 381 | .type = FE_OFDM, |
diff --git a/drivers/media/dvb/frontends/stv0297.c b/drivers/media/dvb/frontends/stv0297.c index dd0a1903e745..8f74762ca76f 100644 --- a/drivers/media/dvb/frontends/stv0297.c +++ b/drivers/media/dvb/frontends/stv0297.c | |||
@@ -690,7 +690,7 @@ error: | |||
690 | } | 690 | } |
691 | 691 | ||
692 | static struct dvb_frontend_ops stv0297_ops = { | 692 | static struct dvb_frontend_ops stv0297_ops = { |
693 | 693 | .delsys = { SYS_DVBC }, | |
694 | .info = { | 694 | .info = { |
695 | .name = "ST STV0297 DVB-C", | 695 | .name = "ST STV0297 DVB-C", |
696 | .type = FE_QAM, | 696 | .type = FE_QAM, |
diff --git a/drivers/media/dvb/frontends/tda10048.c b/drivers/media/dvb/frontends/tda10048.c index 99bf0c0f97b7..57711cbe28ac 100644 --- a/drivers/media/dvb/frontends/tda10048.c +++ b/drivers/media/dvb/frontends/tda10048.c | |||
@@ -1157,7 +1157,7 @@ error: | |||
1157 | EXPORT_SYMBOL(tda10048_attach); | 1157 | EXPORT_SYMBOL(tda10048_attach); |
1158 | 1158 | ||
1159 | static struct dvb_frontend_ops tda10048_ops = { | 1159 | static struct dvb_frontend_ops tda10048_ops = { |
1160 | 1160 | .delsys = { SYS_DVBT }, | |
1161 | .info = { | 1161 | .info = { |
1162 | .name = "NXP TDA10048HN DVB-T", | 1162 | .name = "NXP TDA10048HN DVB-T", |
1163 | .type = FE_OFDM, | 1163 | .type = FE_OFDM, |