commit | 123818ee8c401d62af272e139c7ca04ee886f720 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Jun 24 09:37:43 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Jun 24 09:37:43 2016 -0300 |
tree | 158a72fbf8528cca2d4f1d94e1e57ad92ed9401d | |
parent | 804c7812effb9e0a5ce580567308d652379cb367 [diff] |
m5602_ov7660: move skeletons to the .c file The header file has some private static structures that are used only by the C file. Move those structures to the C file, in order to shut up gcc 6.1 warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>