]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mc9328/interrupts.c
Patch by Josef Wagner, 04 Jun 2004:
[people/ms/u-boot.git] / cpu / mc9328 / interrupts.c
index 3a922cfc4f4f04418a4dde7e24796c8c3fef6a65..2407db609fedf4f541167ba1bbba3e12aaa0b075 100644 (file)
@@ -243,8 +243,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) {
        return CFG_HZ;
 }
-