media: cx23885/saa7134: make vb2_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 27 Sep 2017 16:59:06 +0000 (18:59 +0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 27 Oct 2017 12:12:44 +0000 (14:12 +0200)
commit0e2d9a9d4aa55dc2d650f9c07069a0b149f02d04
treef4f149a67cf7b7137b0ddac10a1ab1146219aad4
parent9676593c9060d011aa97f7ab3d2d63a1bf1c01df
media: cx23885/saa7134: make vb2_ops const

Make vb2_ops const as they are only stored in the const field of a
vb2_queue structure. Make the declarations const too.

Done using Coccinelle.

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/cx23885/cx23885-vbi.c
drivers/media/pci/cx23885/cx23885.h
drivers/media/pci/saa7134/saa7134-vbi.c
drivers/media/pci/saa7134/saa7134.h