提交 f70fc57e 编写于 作者: B Barry Song 提交者: Barry Song

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

Signed-off-by: NBarry Song <Baohua.Song@csr.com>
上级 d93dc5c4
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册