From: Liu Ying Date: Thu, 31 Jan 2013 09:05:13 +0000 (+0800) Subject: ENGR00242672 MX6 local timer:Remove enable_wait_mode global variable X-Git-Tag: v3.0.35-fsl~129 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8e04f1b18731c23789a391880db056e90265e0c9;p=karo-tx-linux.git 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 --- 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. */