m5602_ov9650: move skeletons to the .c file
commit14ccffa3c1497dff59707f7e55888d83a4896bfe
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 12:32:56 +0000 (24 09:32 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 12:35:35 +0000 (24 09:35 -0300)
tree9c2b25e4f1b58a3ffc13cb9f74bd89f8316e975c
parent349e4dc59aa17d21ce23640fdd710c0997453fe9
m5602_ov9650: 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>
drivers/media/usb/gspca/m5602/m5602_ov9650.c
drivers/media/usb/gspca/m5602/m5602_ov9650.h