Re: [PATCH] tw686x: make const structs static

2016-07-04 Thread Ezequiel Garcia
On 01 Jul 04:39 PM, Hans Verkuil wrote: > 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:

[PATCH] tw686x: make const structs static

2016-07-01 Thread Hans Verkuil
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 s