diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-11-23 12:59:41 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-11-23 12:59:41 +0100 |
commit | a2717eae73ac4f1548fa5195adb9fafbacdfc1ad (patch) | |
tree | 012cb72318b55220efb8746d8c442adcab05ae2a /drivers/amba | |
parent | media: seco-cec: fix Makefile (diff) | |
download | linux-a2717eae73ac4f1548fa5195adb9fafbacdfc1ad.tar.xz linux-a2717eae73ac4f1548fa5195adb9fafbacdfc1ad.zip |
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>
Diffstat (limited to 'drivers/amba')
0 files changed, 0 insertions, 0 deletions