diff options
Diffstat (limited to 'board/armltd/integrator/timer.c')
-rw-r--r-- | board/armltd/integrator/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/integrator/timer.c b/board/armltd/integrator/timer.c index e65ae997fd6..d701669be0c 100644 --- a/board/armltd/integrator/timer.c +++ b/board/armltd/integrator/timer.c @@ -153,7 +153,7 @@ unsigned long long get_ticks(void) * Return the timebase clock frequency * i.e. how often the timer decrements */ -ulong get_tbclk (void) +ulong get_tbclk(void) { unsigned long long tmp = CONFIG_SYS_HZ_CLOCK; |