aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/crunch.c
diff options
context:
space:
mode:
authorRyan Mallon <rmallon@gmail.com>2012-01-10 20:53:33 -0500
committerRyan Mallon <rmallon@gmail.com>2012-03-13 20:43:11 -0400
commit9aeec63e048936f92ad2792ffc8cc66ef0303e0f (patch)
tree021c1bce4427ba581e705bd1d3adcae8d510645c /arch/arm/mach-ep93xx/crunch.c
parentc444dc0765d4ab87e920c1aeb1a5a622c9b661f9 (diff)
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 @@
19#include <mach/ep93xx-regs.h> 19#include <mach/ep93xx-regs.h>
20#include <asm/thread_notify.h> 20#include <asm/thread_notify.h>
21 21
22#include "soc.h"
23
22struct crunch_state *crunch_owner; 24struct crunch_state *crunch_owner;
23 25
24void crunch_task_release(struct thread_info *thread) 26void crunch_task_release(struct thread_info *thread)