“4922b9ce89ccdeb99364666f1fcc297c4af31bf7”上不存在“arch/x86/platform/atom/pmc_atom.c”
提交 332f1931 编写于 作者: O Oussama Ghorbel 提交者: Tony Lindgren

ARM: OMAP2+: free use_gptimer_clksrc variable after boot

The variable use_gptimer_clksrc is only used by two __init functions,
So we can freely free it after boot.
Signed-off-by: NOussama Ghorbel <ghorbel@pivasoftware.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 55fde31c
......@@ -361,7 +361,7 @@ static void __init omap2_gp_clockevent_init(int gptimer_id,
/* Clocksource code */
static struct omap_dm_timer clksrc;
static bool use_gptimer_clksrc;
static bool use_gptimer_clksrc __initdata;
/*
* clocksource
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册