commit | ec8df85f312e299e6d92f7cc3446e67e510ccafb | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Oct 16 16:26:04 2017 -0700 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Oct 16 16:26:04 2017 -0700 |
tree | f9b4ca2d582934bf7b3d1826b7b45daea1886002 | |
parent | f7e7b48e6d796da85d99b318def20d9313ef61df [diff] |
media: rga: make some functions static drivers/media/platform/rockchip/rga/rga-hw.c:383:6: warning: no previous prototype for 'rga_cmd_set' [-Wmissing-prototypes] void rga_cmd_set(struct rga_ctx *ctx) ^~~~~~~~~~~ drivers/media/platform/rockchip/rga/rga.c:359:17: warning: no previous prototype for 'rga_fmt_find' [-Wmissing-prototypes] struct rga_fmt *rga_fmt_find(struct v4l2_format *f) ^~~~~~~~~~~~ Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>