linux/drivers/media/platform/seco-cec
Mauro Carvalho Chehab a2717eae73 media: seco-cec: declare ops as static const
As warned by smatch:

	drivers/media/platform/seco-cec/seco-cec.c:338:21:  warning: symbol 'secocec_cec_adap_ops' was not declared. Should it be static?

This struct should be static. Also, it is const, so declare it
as such.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2018-11-23 06:59:41 -05:00
..
Makefile media: seco-cec: fix Makefile 2018-11-23 06:56:34 -05:00
seco-cec.c media: seco-cec: declare ops as static const 2018-11-23 06:59:41 -05:00
seco-cec.h