aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/cx24116.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/cx24116.c')
-rw-r--r--drivers/media/dvb/frontends/cx24116.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx24116.c b/drivers/media/dvb/frontends/cx24116.c
index ccd05255d527..445ae88be0b2 100644
--- a/drivers/media/dvb/frontends/cx24116.c
+++ b/drivers/media/dvb/frontends/cx24116.c
@@ -1509,7 +1509,7 @@ static struct dvb_frontend_ops cx24116_ops = {
1509 1509
1510 .set_property = cx24116_set_property, 1510 .set_property = cx24116_set_property,
1511 .get_property = cx24116_get_property, 1511 .get_property = cx24116_get_property,
1512 .set_frontend = cx24116_set_frontend, 1512 .set_frontend_legacy = cx24116_set_frontend,
1513}; 1513};
1514 1514
1515MODULE_DESCRIPTION("DVB Frontend module for Conexant cx24116/cx24118 hardware"); 1515MODULE_DESCRIPTION("DVB Frontend module for Conexant cx24116/cx24118 hardware");