OSDN Git Service

ARM: ux500: cpuidle: Remove pointless include
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Jul 2013 13:52:01 +0000 (15:52 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sat, 27 Jul 2013 05:56:38 +0000 (07:56 +0200)
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

index c0cb37c..e056465 100644 (file)
@@ -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);