diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 10:38:23 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-31 10:38:23 -0200 |
commit | 533b673b193cb3412f20eac5d24119ed3d240211 (patch) | |
tree | e1e25c668957391543ec3bf9189cf522e3873c99 /drivers/media/dvb/frontends/tda10048.c | |
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/tda10048.c')
-rw-r--r-- | drivers/media/dvb/frontends/tda10048.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda10048.c b/drivers/media/dvb/frontends/tda10048.c index 99bf0c0f97b..57711cbe28a 100644 --- a/drivers/media/dvb/frontends/tda10048.c +++ b/drivers/media/dvb/frontends/tda10048.c @@ -1157,7 +1157,7 @@ error: EXPORT_SYMBOL(tda10048_attach); static struct dvb_frontend_ops tda10048_ops = { - + .delsys = { SYS_DVBT }, .info = { .name = "NXP TDA10048HN DVB-T", .type = FE_OFDM, |