media: mxl5xx: constify dvb_frontend_ops structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 27 Oct 2018 11:46:11 +0000 (07:46 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 3 Dec 2018 18:28:14 +0000 (13:28 -0500)
commit28fc5a367ef0d856a5f3f49a73a391a51b035fdb
tree23a66de70182a61239f3f5ce82d2968e07f6591f
parent2c4746cf45b957962c03f1c10a3d068d7db68924
media: mxl5xx: constify dvb_frontend_ops structure

The dvb_frontend_ops structure is only copied into the ops field
of a dvb_frontend structure, so it can be const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/dvb-frontends/mxl5xx.c