diff options
author | 2016-09-07 18:58:44 +0800 | |
---|---|---|
committer | 2016-09-15 17:21:11 -0400 | |
commit | 14edbde1a6cd46258126c82fcbf88a533a810611 (patch) | |
tree | 555e7508e40b6f0ee1c5fcfdc786fdd34f4af916 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/msm: Remove call to reservation_object_test_signaled_rcu before wait (diff) | |
download | linux-dev-14edbde1a6cd46258126c82fcbf88a533a810611.tar.xz linux-dev-14edbde1a6cd46258126c82fcbf88a533a810611.zip |
drm/msm/mdp4: mark symbols static where possible
We get 2 warnings when building kernel with W=1:
drivers/gpu/drm/msm/mdp/mdp4/mdp4_lcdc_encoder.c:96:23: warning: no previous prototype for 'get_connector' [-Wmissing-prototypes]
drivers/gpu/drm/msm/mdp/mdp4/mdp4_plane.c:84:5: warning: no previous prototype for 'mdp4_plane_set_property' [-Wmissing-prototypes]
In fact, these functions are only used in the file in which they are
declared and don't need a declaration, but can be made static.
So this patch marks these functions with 'static'.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions