summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-12-26 19:01:05 +0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-31 15:26:47 +0400
commit5226bb875b051fef4ea6b4bc718e5e028cb8602b (patch)
treeaf1bd77c6cba0761672bf9e3278e50bc63b685e3
parentdba2b0c8120915f602c96af54f11147eb5ae9749 (diff)
downloadlinux-5226bb875b051fef4ea6b4bc718e5e028cb8602b.tar.xz
[media] mb86a16: Add delivery system type at fe struct
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/dvb/frontends/mb86a16.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/mb86a16.c b/drivers/media/dvb/frontends/mb86a16.c
index c283112051b1..292ba7bc0bab 100644
--- a/drivers/media/dvb/frontends/mb86a16.c
+++ b/drivers/media/dvb/frontends/mb86a16.c
@@ -1814,6 +1814,7 @@ static enum dvbfe_algo mb86a16_frontend_algo(struct dvb_frontend *fe)
}
static struct dvb_frontend_ops mb86a16_ops = {
+ .delsys = { SYS_DVBS },
.info = {
.name = "Fujitsu MB86A16 DVB-S",
.type = FE_QPSK,