OMAP: reindent timer code

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
This commit is contained in:
Ladislav Michl 2009-03-30 18:58:40 +02:00 committed by Jean-Christophe PLAGNIOL-VILLARD
parent b3f66b0ba0
commit fe672d60b2

View File

@ -57,7 +57,7 @@ int interrupt_init (void)
/* init the timestamp and lastdec value */
reset_timer_masked();
return (0);
return 0;
}
/*
@ -176,8 +176,5 @@ unsigned long long get_ticks(void)
*/
ulong get_tbclk (void)
{
ulong tbclk;
tbclk = CONFIG_SYS_HZ;
return tbclk;
return CONFIG_SYS_HZ;
}