HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46329 )
Change subject: soc/rockchip/rk3288/include/soc/display.h: Add missing includes ......................................................................
soc/rockchip/rk3288/include/soc/display.h: Add missing includes
Change-Id: I3e4824722d3add989a352122b365c2a73f3f703b Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/rockchip/rk3288/include/soc/display.h 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/46329/1
diff --git a/src/soc/rockchip/rk3288/include/soc/display.h b/src/soc/rockchip/rk3288/include/soc/display.h index 9883799..3cff4e9 100644 --- a/src/soc/rockchip/rk3288/include/soc/display.h +++ b/src/soc/rockchip/rk3288/include/soc/display.h @@ -3,6 +3,9 @@ #ifndef __SOC_ROCKCHIP_RK3288_DISPLAY_H__ #define __SOC_ROCKCHIP_RK3288_DISPLAY_H__
+#include <device/device.h> +#include <stdint.h> + /* * this bit select edp phy pll, this bit define different between * rk3288 and rk3399 in edp phy, so implement it in soc specific code