1
0
Fork 0
alistair23-linux/drivers/staging/media/omap4iss
Baoyou Xie cafddc652c [media] staging: media: omap4iss: mark omap4iss_flush() static
We get 1 warning when building kernel with W=1:
drivers/staging/media/omap4iss/iss.c:64:6: warning: no previous prototype for 'omap4iss_flush' [-Wmissing-prototypes]

In fact, this function is only used in the file in which it is
declared and don't need a declaration, but can be made static.
so this patch marks this function with 'static'.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-09-19 16:28:05 -03:00
..
Kconfig [media] staging: omap4iss: Compiling V4L2 framework and I2C as modules is fine 2015-11-19 08:32:34 -02:00
Makefile [media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system 2013-12-03 17:43:58 -02:00
TODO [media] v4l: omap4iss: Enable driver compilation as a module 2015-07-06 08:25:51 -03:00
iss.c [media] staging: media: omap4iss: mark omap4iss_flush() static 2016-09-19 16:28:05 -03:00
iss.h [media] staging: v4l: omap4iss: Use V4L2 graph PM operations 2016-03-03 12:33:25 -03:00
iss_csi2.c [media] staging: omap4iss: remove pads prefix from *_create_pads_links() 2016-01-11 12:19:08 -02:00
iss_csi2.h [media] staging: omap4iss: remove pads prefix from *_create_pads_links() 2016-01-11 12:19:08 -02:00
iss_csiphy.c [media] v4l: omap4iss: Replace outdated OMAP4 control pad API with syscon 2015-04-28 08:38:23 -03:00
iss_csiphy.h [media] include/media: move platform_data to linux/platform_data/media 2015-11-17 06:58:42 -02:00
iss_ipipe.c [media] media framework: rename pads init function to media_entity_pads_init() 2016-01-11 12:19:03 -02:00
iss_ipipe.h staging: media: omap4iss: Matches alignment with open parenthesis 2015-10-27 16:53:12 +09:00
iss_ipipeif.c [media] staging: omap4iss: remove pads prefix from *_create_pads_links() 2016-01-11 12:19:08 -02:00
iss_ipipeif.h [media] staging: omap4iss: remove pads prefix from *_create_pads_links() 2016-01-11 12:19:08 -02:00
iss_regs.h staging: media: omap4iss: Replaces bit shift on 1 with BIT Macro 2015-10-27 16:53:12 +09:00
iss_resizer.c [media] staging: omap4iss: remove pads prefix from *_create_pads_links() 2016-01-11 12:19:08 -02:00
iss_resizer.h [media] staging: omap4iss: remove pads prefix from *_create_pads_links() 2016-01-11 12:19:08 -02:00
iss_video.c [media] v4l2: remove g/s_crop from video ops 2016-08-24 09:46:09 -03:00
iss_video.h [media] staging/media: convert drivers to use the new vb2_queue dev field 2016-07-08 14:38:31 -03:00