On 6 June 2017 at 01:15, Philipp Tomsich <philipp.toms...@theobroma-systems.com> wrote: > When enabling CONFIG_DISPLAY_ROCKCHIP_HDMI, compile-time warning for > the following implicitly defined functions are raised due to a missing > include directive: > > drivers/video/rockchip/rk_hdmi.c: In function 'rk_hdmi_probe': > drivers/video/rockchip/rk_hdmi.c:150:2: warning: implicit declaration of > function 'rk_setreg' [-Wimplicit-function-declaration] > rk_setreg(&priv->grf->soc_con6, 1 << 15); > ^~~~~~~~~ > drivers/video/rockchip/rk_hdmi.c:153:2: warning: implicit declaration of > function 'rk_clrsetreg' [-Wimplicit-function-declaration] > rk_clrsetreg(&priv->grf->soc_con6, 1 << 4, > ^~~~~~~~~~~~ > > This change fixes this by including <asm/hardware.h> in rk_hdmi.c. > > Signed-off-by: Philipp Tomsich <philipp.toms...@theobroma-systems.com> > > --- > > Changes in v3: > - adds an include-directive to the (pre-RK3399 enabled) rk_hdmi to > fix implicit definition warnings > > Changes in v2: None > > drivers/video/rockchip/rk_hdmi.c | 1 + > 1 file changed, 1 insertion(+)
Acked-by: Simon Glass <s...@chromium.org> Applied to u-boot-rockchip, thanks! _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot