mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 15:36:56 +07:00
511ebc093c
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> |
||
---|---|---|
.. | ||
Kconfig | ||
m5602_bridge.h | ||
m5602_core.c | ||
m5602_mt9m111.c | ||
m5602_mt9m111.h | ||
m5602_ov7660.c | ||
m5602_ov7660.h | ||
m5602_ov9650.c | ||
m5602_ov9650.h | ||
m5602_po1030.c | ||
m5602_po1030.h | ||
m5602_s5k4aa.c | ||
m5602_s5k4aa.h | ||
m5602_s5k83a.c | ||
m5602_s5k83a.h | ||
m5602_sensor.h | ||
Makefile |