Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-tegra
[oweals/u-boot.git] / arch / arm / mach-orion5x / timer.c
index 6aaf94ae0872c781310c7aa7c5fdac38eb38dcb2..077eb63e74e974313db97fa6525f0a4a330d0ff3 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <common.h>
+#include <time.h>
 #include <asm/io.h>
 
 #define UBOOT_CNTR     0       /* counter to use for uboot timer */
@@ -164,7 +165,7 @@ unsigned long long get_ticks(void)
  * This function is derived from PowerPC code (timebase clock frequency).
  * On ARM it returns the number of timer ticks per second.
  */
-ulong get_tbclk (void)
+ulong get_tbclk(void)
 {
        return (ulong)CONFIG_SYS_HZ;
 }