]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00242672 MX6 local timer:Remove enable_wait_mode global variable
authorLiu Ying <Ying.Liu@freescale.com>
Thu, 31 Jan 2013 09:05:13 +0000 (17:05 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:53 +0000 (08:35 +0200)
This patch removes the unnecessary global variable declaration for
enable_wait_mode.

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
arch/arm/mach-mx6/localtimer.c

index 402368b0cc8aad387b85f6af3d865218850c712d..2fac9fb28f6c6b05b19ac5d474243191d55a9889 100644 (file)
@@ -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.
  */