aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/monotonic_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420/monotonic_timer.c')
-rw-r--r--src/soc/samsung/exynos5420/monotonic_timer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5420/monotonic_timer.c b/src/soc/samsung/exynos5420/monotonic_timer.c
index 89ac416eb1..9dafa23567 100644
--- a/src/soc/samsung/exynos5420/monotonic_timer.c
+++ b/src/soc/samsung/exynos5420/monotonic_timer.c
@@ -17,11 +17,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <soc/clk.h>
#include <stdint.h>
#include <timer.h>
-#include "clk.h"
-
static const uint32_t clocks_per_usec = MCT_HZ/1000000;
void timer_monotonic_get(struct mono_time *mt)