Re: [PATCH] ARM: OMAP2+: free use_gptimer_clksrc variable after boot

2014-05-05 Thread Tony Lindgren
* Oussama Ghorbel [140414 09:50]: > The variable use_gptimer_clksrc is only used by two __init functions, > So we can freely free it after boot. > > Signed-off-by: Oussama Ghorbel Thanks applying into omap-for-v3.16/fixes-not-urgent. Tony > --- > arch/arm/mach-omap2/timer.c | 2 +- > 1 file

[PATCH] ARM: OMAP2+: free use_gptimer_clksrc variable after boot

2014-04-14 Thread Oussama Ghorbel
The variable use_gptimer_clksrc is only used by two __init functions, So we can freely free it after boot. Signed-off-by: Oussama Ghorbel --- arch/arm/mach-omap2/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c