summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/crunch.c
diff options
context:
space:
mode:
authorRyan Mallon2012-01-11 03:14:20 +0100
committerRyan Mallon2012-03-14 01:43:13 +0100
commita6de3df4f172e124280d88e617ee7d29f7af970b (patch)
tree70508bf687a1fe17e1c3520b3cfc19be84f45c01 /arch/arm/mach-ep93xx/crunch.c
parentep93xx: Move EP93XX_SYSCON defines to SoC private header (diff)
downloadkernel-qcow2-linux-a6de3df4f172e124280d88e617ee7d29f7af970b.tar.gz
kernel-qcow2-linux-a6de3df4f172e124280d88e617ee7d29f7af970b.tar.xz
kernel-qcow2-linux-a6de3df4f172e124280d88e617ee7d29f7af970b.zip
ep93xx: Remove unnecessary includes of ep93xx-regs.h
Remove the include of ep93xx-regs.h from files which no longer need it, notably include/mach/hardware.h. Signed-off-by: Ryan Mallon <rmallon@gmail.com> Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi> Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
Diffstat (limited to 'arch/arm/mach-ep93xx/crunch.c')
-rw-r--r--arch/arm/mach-ep93xx/crunch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/crunch.c b/arch/arm/mach-ep93xx/crunch.c
index d05ed0be4a65..74753e2df603 100644
--- a/arch/arm/mach-ep93xx/crunch.c
+++ b/arch/arm/mach-ep93xx/crunch.c
@@ -16,7 +16,7 @@
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/io.h>
-#include <mach/ep93xx-regs.h>
+
#include <asm/thread_notify.h>
#include "soc.h"