提交 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, ...@@ -361,7 +361,7 @@ static void __init omap2_gp_clockevent_init(int gptimer_id,
/* Clocksource code */ /* Clocksource code */
static struct omap_dm_timer clksrc; static struct omap_dm_timer clksrc;
static bool use_gptimer_clksrc; static bool use_gptimer_clksrc __initdata;
/* /*
* clocksource * clocksource
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册