projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8025395
)
ARM: ux500: cpuidle: Remove pointless include
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 10 Jul 2013 13:52:01 +0000
(15:52 +0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ux500/cpuidle.c
b/arch/arm/mach-ux500/cpuidle.c
index c0cb37c8086cf9566257f8d6a9c2911d1979ac0e..e0564652af35114f2d73227b68bf781758975629 100644
(file)
--- 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);