ARM: CSR: timer: do not initialise statics to 0 or NULL

Signed-off-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
Barry Song
2011-09-22 22:51:28 -07:00
committed by Barry Song
parent d93dc5c447
commit f70fc57e52

View File

@@ -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