Browse Source

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>
Linus Walleij 12 years ago
parent
commit
8457246b10
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/arm/mach-ux500/cpuidle.c

+ 0 - 2
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);