drm/msm/dsi: Move static keyword to the front of declarations
authorKrzysztof Wilczynski <kw@linux.com>
Wed, 4 Sep 2019 21:15:51 +0000 (23:15 +0200)
committerRob Clark <robdclark@chromium.org>
Mon, 7 Oct 2019 15:41:57 +0000 (08:41 -0700)
commit5dce8d78207e929ff8f0e9dbe7180b23fed3651e
tree0068812edd28dadf1dddecb5fea2d93e6d92000b
parent53bf7f7a437a4120ec632183a21516609e18f4a5
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>
drivers/gpu/drm/msm/dsi/dsi_cfg.c