Re: [PATCH 17/40] drm/meson/meson_vclk: Make two local functions static

2020-11-16 Thread Neil Armstrong
On 13/11/2020 14:49, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/meson/meson_vclk.c:134:6: warning: no previous prototype for > ‘meson_vid_pll_set’ [-Wmissing-prototypes] > drivers/gpu/drm/meson/meson_vclk.c:490:6: warning: no previous prototype for

[PATCH 17/40] drm/meson/meson_vclk: Make two local functions static

2020-11-13 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/meson/meson_vclk.c:134:6: warning: no previous prototype for ‘meson_vid_pll_set’ [-Wmissing-prototypes] drivers/gpu/drm/meson/meson_vclk.c:490:6: warning: no previous prototype for ‘meson_hdmi_pll_set_params’ [-Wmissing-prototype