diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-07-03 15:12:54 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-07-06 14:26:14 +0300 |
commit | 2a1e91a1595f4dec14ab16d63c6348d8fa159911 (patch) | |
tree | a9e8bf7e8d750bf919fc40378678e3a58acdf45b /include/media | |
parent | bf9c82278c348eb6b72496de6a3e5269aadb6b34 (diff) | |
download | linux-2a1e91a1595f4dec14ab16d63c6348d8fa159911.tar.xz |
[media] sh_vou: declare static functions as such
drivers/media/platform/sh_vou.c:799:5: warning: no previous prototype for 'sh_vou_g_output' [-Wmissing-prototypes]
int sh_vou_g_output(struct file *file, void *fh, unsigned int *i)
^
drivers/media/platform/sh_vou.c:805:5: warning: no previous prototype for 'sh_vou_s_output' [-Wmissing-prototypes]
int sh_vou_s_output(struct file *file, void *fh, unsigned int i)
^
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media')
0 files changed, 0 insertions, 0 deletions