commit | a2717eae73ac4f1548fa5195adb9fafbacdfc1ad | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Nov 23 06:59:41 2018 -0500 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Nov 23 06:59:41 2018 -0500 |
tree | 012cb72318b55220efb8746d8c442adcab05ae2a | |
parent | 5609f2067691acf6748fbc84e8fbee8634bdcb9b [diff] |
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>