diff mbox

[2/3] ARM: ux500: cpuidle: Remove pointless include

Message ID 1373930726-15475-2-git-send-email-daniel.lezcano@linaro.org
State Accepted
Commit 8457246b106cc4e53f2534309dbe35a973c7d046
Headers show

Commit Message

Daniel Lezcano July 15, 2013, 11:25 p.m. UTC
From: Linus Walleij <linus.walleij@linaro.org>

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>
---
 arch/arm/mach-ux500/cpuidle.c |    2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

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);