common: Move some time functions out of common.h
[oweals/u-boot.git] / arch / arm / mach-imx / timer.c
index 60f706fbe3b60283f97a3f6273cbc8b14ef683a9..5fe5c51f6a6761535d51ff63cce5c9d178e0c724 100644 (file)
@@ -1,13 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2007
  * Sascha Hauer, Pengutronix
  *
  * (C) Copyright 2009 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <time.h>
 #include <asm/io.h>
 #include <div64.h>
 #include <asm/arch/imx-regs.h>