media: bt8xx: make bttv_vbi_qops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 27 Sep 2017 13:59:42 +0000 (15:59 +0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 27 Oct 2017 12:11:26 +0000 (14:11 +0200)
commitb145ef4f79757dc39488025bfc92481279461034
tree0e55e0191c057e21153281de3d5f1f670517bbb5
parente641e02d78682f7749053d84d1729c5e37655ff9
media: bt8xx: make bttv_vbi_qops const

Make this const as it is only passed to the const argument of the
function videobuf_queue_sg_init in the file referencing it.
Also, make the declaration in the header const.

Structure found using Coccinelle and changes done by hand.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/bt8xx/bttv-vbi.c
drivers/media/pci/bt8xx/bttvp.h