aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420/timer.c')
-rw-r--r--src/soc/samsung/exynos5420/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/timer.c b/src/soc/samsung/exynos5420/timer.c
index ae13342c92..7156a010af 100644
--- a/src/soc/samsung/exynos5420/timer.c
+++ b/src/soc/samsung/exynos5420/timer.c
@@ -18,10 +18,10 @@
*/
#include <console/console.h>
-#include <timer.h>
#include <delay.h>
+#include <soc/clk.h>
#include <thread.h>
-#include "clk.h"
+#include <timer.h>
void init_timer(void)
{