Re: [PATCH 1/2] [media] pxa_camera: make soc_mbus_xlate_by_fourcc() static

2016-09-18 Thread Robert Jarzmik
Mauro Carvalho Chehab writes: > As warned by smatch: > > drivers/media/platform/pxa_camera.c:283:39: warning: no previous prototype > for 'soc_mbus_xlate_by_fourcc' [-Wmissing-prototypes] > const struct soc_camera_format_xlate *soc_mbus_xlate_by_fourcc( >

[PATCH 1/2] [media] pxa_camera: make soc_mbus_xlate_by_fourcc() static

2016-09-09 Thread Mauro Carvalho Chehab
As warned by smatch: drivers/media/platform/pxa_camera.c:283:39: warning: no previous prototype for 'soc_mbus_xlate_by_fourcc' [-Wmissing-prototypes] const struct soc_camera_format_xlate *soc_mbus_xlate_by_fourcc( ^~~~ Signed-off-by: