Re: [PATCH] drm/msm/dsi: Move static keyword to the front of declarations

2019-09-05 Thread Jeffrey Hugo
On Wed, Sep 4, 2019 at 3:15 PM Krzysztof Wilczynski wrote: > > 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)

[PATCH] drm/msm/dsi: Move static keyword to the front of declarations

2019-09-04 Thread Krzysztof Wilczynski
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 a