linux_dsm_epyc7002/drivers/media/usb/gspca/m5602
Mauro Carvalho Chehab 511ebc093c m5602_core: move skeletons to the .c file
The mc5602_brigde.h is included at m5602 submodules. This
causes Gcc 6.1 to complain:

drivers/media/usb/gspca/m5602/m5602_bridge.h:124:28: warning: 'sensor_urb_skeleton' defined but not used [-Wunused-const-variable=]
 static const unsigned char sensor_urb_skeleton[] = {
                            ^~~~~~~~~~~~~~~~~~~
drivers/media/usb/gspca/m5602/m5602_bridge.h:119:28: warning: 'bridge_urb_skeleton' defined but not used [-Wunused-const-variable=]
 static const unsigned char bridge_urb_skeleton[] = {
                           ^~~~~~~~~~~~~~~~~~~

Let's shut up gcc 6.1 warnings by moving those data structures
to the core, as they're used only there.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-06-24 09:35:15 -03:00
..
Kconfig
m5602_bridge.h m5602_core: move skeletons to the .c file 2016-06-24 09:35:15 -03:00
m5602_core.c m5602_core: move skeletons to the .c file 2016-06-24 09:35:15 -03:00
m5602_mt9m111.c [media] gspca: store current mode instead of individual parameters 2013-09-26 07:19:09 -03:00
m5602_mt9m111.h [media] gscpa_m5602: Convert to the control framework 2013-03-05 15:10:27 -03:00
m5602_ov7660.c [media] m5602_ov7660: return error at ov7660_init() 2013-03-22 09:46:48 -03:00
m5602_ov7660.h [media] gscpa_m5602: Convert to the control framework 2013-03-05 15:10:27 -03:00
m5602_ov9650.c [media] gspca: Remove gspca-specific debug magic 2013-03-05 15:13:48 -03:00
m5602_ov9650.h [media] gscpa_m5602: Convert to the control framework 2013-03-05 15:10:27 -03:00
m5602_po1030.c [media] gspca: Remove gspca-specific debug magic 2013-03-05 15:13:48 -03:00
m5602_po1030.h [media] gscpa_m5602: Convert to the control framework 2013-03-05 15:10:27 -03:00
m5602_s5k4aa.c [media] gspca: Remove gspca-specific debug magic 2013-03-05 15:13:48 -03:00
m5602_s5k4aa.h [media] gscpa_m5602: Convert to the control framework 2013-03-05 15:10:27 -03:00
m5602_s5k83a.c [media] gscpa_m5602: use msecs_to_jiffies for conversions 2015-07-06 08:26:06 -03:00
m5602_s5k83a.h [media] gscpa_m5602: Convert to the control framework 2013-03-05 15:10:27 -03:00
m5602_sensor.h [media] gscpa_m5602: Convert to the control framework 2013-03-05 15:10:27 -03:00
Makefile