aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2018-02-01 17:05:36 -0800
committerJulius Werner <jwerner@chromium.org>2018-02-02 22:19:04 +0000
commit8e08a844f7528ec6778e1e063f5cc2d53fbbf2e9 (patch)
tree304fffe55aa7863406e1cbc54bfd777954534d0d /src/soc/rockchip/rk3288
parent98d2d3940ee98fb0053ab2a78c9474a28a4ba768 (diff)
rockchip/rk3288: Fix includes for <soc/clock.h>
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 <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/23559 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/rockchip/rk3288')
-rw-r--r--src/soc/rockchip/rk3288/include/soc/clock.h1
1 files changed, 1 insertions, 0 deletions
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 <soc/addressmap.h>
+#include <types.h>
#define OSC_HZ (24*MHz)