summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-07-10 15:52:01 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2013-07-27 07:56:38 +0200
commit8457246b106cc4e53f2534309dbe35a973c7d046 (patch)
tree6e0b89dd6ed8197fbc623cdb334b6af3c2a707e9
parent8025395f39c97e332362c24f7c33c86acdd4cd90 (diff)
downloadop-kernel-dev-8457246b106cc4e53f2534309dbe35a973c7d046.zip
op-kernel-dev-8457246b106cc4e53f2534309dbe35a973c7d046.tar.gz
ARM: ux500: cpuidle: Remove pointless include
The db8500-regs.h file does not need to be included by the cpuidle driver. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--arch/arm/mach-ux500/cpuidle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpuidle.c b/arch/arm/mach-ux500/cpuidle.c
index c0cb37c..e056465 100644
--- a/arch/arm/mach-ux500/cpuidle.c
+++ b/arch/arm/mach-ux500/cpuidle.c
@@ -21,8 +21,6 @@
#include <asm/cpuidle.h>
#include <asm/proc-fns.h>
-#include "db8500-regs.h"
-
static atomic_t master = ATOMIC_INIT(0);
static DEFINE_SPINLOCK(master_lock);
OpenPOWER on IntegriCloud