Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f70fc57e authored by Barry Song's avatar Barry Song Committed by Barry Song
Browse files

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



Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
parent d93dc5c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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