diff options
author | 2019-09-04 23:15:51 +0200 | |
---|---|---|
committer | 2019-10-07 08:41:57 -0700 | |
commit | 5dce8d78207e929ff8f0e9dbe7180b23fed3651e (patch) | |
tree | 0068812edd28dadf1dddecb5fea2d93e6d92000b /drivers/gpu/drm/msm/msm_gpu.c | |
parent | drm/msm: Remove unused function arguments (diff) | |
download | wireguard-linux-5dce8d78207e929ff8f0e9dbe7180b23fed3651e.tar.xz wireguard-linux-5dce8d78207e929ff8f0e9dbe7180b23fed3651e.zip |
drm/msm/dsi: Move static keyword to the front of declarations
Move the static keyword to the front of declarations
of msm_dsi_v2_host_ops, msm_dsi_6g_host_ops and
msm_dsi_6g_v2_host_ops, and resolve the following
compiler warnings that can be seen when building
with warnings enabled (W=1):
drivers/gpu/drm/msm/dsi/dsi_cfg.c:150:1: warning:
‘static’ is not at beginning of declaration [-Wold-style-declaration]
drivers/gpu/drm/msm/dsi/dsi_cfg.c:161:1: warning:
‘static’ is not at beginning of declaration [-Wold-style-declaration]
drivers/gpu/drm/msm/dsi/dsi_cfg.c:172:1: warning:
‘static’ is not at beginning of declaration [-Wold-style-declaration]
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
Reviewed-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gpu.c')
0 files changed, 0 insertions, 0 deletions