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 9da978382206bcb0087e3f3caaaa54b489f0b1d9..077eb63e74e974313db97fa6525f0a4a330d0ff3 100644 (file)
@@ -165,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;
 }