From 8e08a844f7528ec6778e1e063f5cc2d53fbbf2e9 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Thu, 1 Feb 2018 17:05:36 -0800 Subject: rockchip/rk3288: Fix includes for This header uses common types and macros so it needs to include the headers that provide those itself. Change-Id: Ieceb0deadbeef8ddbbb00b13542b78f8def4072d Signed-off-by: Julius Werner Reviewed-on: https://review.coreboot.org/23559 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/soc/rockchip/rk3288/include/soc/clock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/rockchip/rk3288/include') diff --git a/src/soc/rockchip/rk3288/include/soc/clock.h b/src/soc/rockchip/rk3288/include/soc/clock.h index a629789762..b3c6302b3a 100644 --- a/src/soc/rockchip/rk3288/include/soc/clock.h +++ b/src/soc/rockchip/rk3288/include/soc/clock.h @@ -17,6 +17,7 @@ #define __SOC_ROCKCHIP_RK3288_CLOCK_H__ #include +#include #define OSC_HZ (24*MHz) -- cgit v1.2.3