From 8e04f1b18731c23789a391880db056e90265e0c9 Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Thu, 31 Jan 2013 17:05:13 +0800 Subject: [PATCH] ENGR00242672 MX6 local timer:Remove enable_wait_mode global variable This patch removes the unnecessary global variable declaration for enable_wait_mode. Signed-off-by: Liu Ying --- arch/arm/mach-mx6/localtimer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/mach-mx6/localtimer.c b/arch/arm/mach-mx6/localtimer.c index 402368b0cc8a..2fac9fb28f6c 100644 --- a/arch/arm/mach-mx6/localtimer.c +++ b/arch/arm/mach-mx6/localtimer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,8 +24,6 @@ #include #include - -extern bool enable_wait_mode; /* * Setup the local clock events for a CPU. */ -- 2.39.5