[media] tw686x: make const structs static
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 1 Jul 2016 14:37:27 +0000 (11:37 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Jul 2016 19:39:02 +0000 (16:39 -0300)
commit4c27a96eb78415ef9bcd565f36b93d380ac246da
treefa005993a567dc42ee2d1f69f064f0db776df31d
parentf5591da992b952624cf191ed4988360f921e9e57
[media] tw686x: make const structs static

Fix sparse warnings:

tw686x-video.c:148:29: warning: symbol 'memcpy_dma_ops' was not declared. Should it be static?
tw686x-video.c:195:29: warning: symbol 'contig_dma_ops' was not declared. Should it be static?
tw686x-video.c:361:29: warning: symbol 'sg_dma_ops' was not declared. Should it be static?

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/pci/tw686x/tw686x-video.c