m5602_po1030: move skeletons to the .c file
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 12:36:43 +0000 (09:36 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 12:36:43 +0000 (09:36 -0300)
commit804c7812effb9e0a5ce580567308d652379cb367
treedd174088996ba71eff8db01f72b8f099bedec2a6
parent1ab9e6000120d832e205a69c6fb27002b81aeae8
m5602_po1030: 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_po1030.c
drivers/media/usb/gspca/m5602/m5602_po1030.h
This page took 0.029415 seconds and 5 git commands to generate.