]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm920t/imx/timer.c
arch, board: squash lines for immediate return
[karo-tx-uboot.git] / arch / arm / cpu / arm920t / imx / timer.c
index b62558f92f47ae7b6a87c43955cd5c027379de15..178422a9bf366e0bf81294481fc7c61ab3f76855 100644 (file)
@@ -78,11 +78,7 @@ unsigned long long get_ticks(void)
  */
 ulong get_tbclk (void)
 {
-       ulong tbclk;
-
-       tbclk = CONFIG_SYS_HZ;
-
-       return tbclk;
+       return CONFIG_SYS_HZ;
 }
 
 /*