Files
u-boot/drivers/video
Philipp Tomsich 1208523935 rockchip: video: rk_hdmi: fix implicit definition warnings
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.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>
2017-06-07 21:30:47 -06:00
..
2017-06-01 07:03:03 -06:00
2017-05-15 21:22:24 +02:00
2015-09-11 17:15:32 -04:00
2015-06-10 19:26:54 -06:00
2016-10-23 18:33:48 -04:00
2013-10-30 10:48:41 +01:00
2016-03-17 10:27:26 +08:00
2017-04-05 18:12:04 +02:00
2016-01-21 20:42:36 -07:00
2017-06-05 11:02:26 -04:00
2017-06-01 07:03:01 -06:00