]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m5602_s5k4aa: move skeletons to the .c file
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 12:08:39 +0000 (09:08 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 24 Jun 2016 12:35:21 +0000 (09:35 -0300)
commit0eed95b249333dd930cb2c85835d132f674b2806
tree62257c18d9313e3418376b3049b9ff7c8e647109
parent511ebc093c3c8342ad68622616b29808b8eac571
m5602_s5k4aa: move skeletons to the .c file

The mc5602_s5k4aa.h 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_s5k4aa.c
drivers/media/usb/gspca/m5602/m5602_s5k4aa.h