summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLiu Ying <Ying.Liu@freescale.com>2013-01-31 17:05:13 +0800
committerLiu Ying <Ying.Liu@freescale.com>2013-01-31 17:08:43 +0800
commit4e7d744abff6f2076f2c15d0c69cf591e499a22a (patch)
tree8ae881d53eb8d3be40667c8acfcc96edad6d36ee /arch
parent2a3185e5a0baef71e82acbfda420502b0073f2b0 (diff)
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 <Ying.Liu@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx6/localtimer.c4
1 files changed, 1 insertions, 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 <mach/irqs.h>
#include <mach/hardware.h>
-
-extern bool enable_wait_mode;
/*
* Setup the local clock events for a CPU.
*/