From: Linus Walleij Date: Wed, 10 Jul 2013 13:52:01 +0000 (+0200) Subject: ARM: ux500: cpuidle: Remove pointless include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8457246b106cc4e53f2534309dbe35a973c7d046;p=linux-beck.git 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 Signed-off-by: Daniel Lezcano --- diff --git a/arch/arm/mach-ux500/cpuidle.c b/arch/arm/mach-ux500/cpuidle.c index c0cb37c8086c..e0564652af35 100644 --- a/arch/arm/mach-ux500/cpuidle.c +++ b/arch/arm/mach-ux500/cpuidle.c @@ -21,8 +21,6 @@ #include #include -#include "db8500-regs.h" - static atomic_t master = ATOMIC_INIT(0); static DEFINE_SPINLOCK(master_lock);