diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-09-04 09:41:41 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-19 22:28:05 +0300 |
commit | cafddc652cdb9aa81f7319001e42d755bf956c9d (patch) | |
tree | 208a41b76fe40dfed487e69a4523d2cb145cd1d6 /drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c | |
parent | f86548cf53970abd5eed75e55e635dc77e90fd04 (diff) | |
download | linux-cafddc652cdb9aa81f7319001e42d755bf956c9d.tar.xz |
[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>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c')
0 files changed, 0 insertions, 0 deletions