summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/crunch.c
diff options
context:
space:
mode:
authorRyan Mallon <rmallon@gmail.com>2012-01-11 12:53:33 +1100
committerRyan Mallon <rmallon@gmail.com>2012-03-14 11:43:11 +1100
commit9aeec63e048936f92ad2792ffc8cc66ef0303e0f (patch)
tree021c1bce4427ba581e705bd1d3adcae8d510645c /arch/arm/mach-ep93xx/crunch.c
parentc444dc0765d4ab87e920c1aeb1a5a622c9b661f9 (diff)
downloadlinux-9aeec63e048936f92ad2792ffc8cc66ef0303e0f.tar.bz2
ep93xx: Move EP93XX_SYSCON defines to SoC private header
The EP93XX_SYSCON defines are now no longer needed outside of the EP93xx SoC core code, so they can be moved to a private header. 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, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/crunch.c b/arch/arm/mach-ep93xx/crunch.c
index 25ef223ba7f3..d05ed0be4a65 100644
--- a/arch/arm/mach-ep93xx/crunch.c
+++ b/arch/arm/mach-ep93xx/crunch.c
@@ -19,6 +19,8 @@
#include <mach/ep93xx-regs.h>
#include <asm/thread_notify.h>
+#include "soc.h"
+
struct crunch_state *crunch_owner;
void crunch_task_release(struct thread_info *thread)