Skip to content

Commit

Permalink
ARM: ux500: cpuidle: Remove pointless include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Daniel Lezcano committed Jul 27, 2013
1 parent 8025395 commit 8457246
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-ux500/cpuidle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 8457246

Please sign in to comment.