Skip to content

Commit

Permalink
ARM: CSR: timer: do not initialise statics to 0 or NULL
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Song <Baohua.Song@csr.com>
  • Loading branch information
Barry Song authored and Barry Song committed Oct 1, 2011
1 parent d93dc5c commit f70fc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-prima2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static struct irqaction sirfsoc_timer_irq = {
/* Overwrite weak default sched_clock with more precise one */
unsigned long long notrace sched_clock(void)
{
static int is_mapped = 0;
static int is_mapped;

/*
* sched_clock is called earlier than .init of sys_timer
Expand Down

0 comments on commit f70fc57

Please sign in to comment.