]> Git Repo - J-u-boot.git/blobdiff - arch/arm/cpu/arm926ejs/armada100/timer.c
common: Move get_tbclk() to time.h
[J-u-boot.git] / arch / arm / cpu / arm926ejs / armada100 / timer.c
index d2ecbd07e2fb58b0a50680c76ee99971550286c8..a11a4f3a5b007fc9b057bad8e8e0fc3710eefcba 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <common.h>
+#include <time.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/armada100.h>
 
@@ -187,7 +188,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;
 }
This page took 0.025749 seconds and 4 git commands to generate.