diff options
author | Ryan Mallon <rmallon@gmail.com> | 2012-01-10 20:53:33 -0500 |
---|---|---|
committer | Ryan Mallon <rmallon@gmail.com> | 2012-03-13 20:43:11 -0400 |
commit | 9aeec63e048936f92ad2792ffc8cc66ef0303e0f (patch) | |
tree | 021c1bce4427ba581e705bd1d3adcae8d510645c /arch/arm/mach-ep93xx/crunch.c | |
parent | c444dc0765d4ab87e920c1aeb1a5a622c9b661f9 (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.c | 2 |
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 | |||
22 | struct crunch_state *crunch_owner; | 24 | struct crunch_state *crunch_owner; |
23 | 25 | ||
24 | void crunch_task_release(struct thread_info *thread) | 26 | void crunch_task_release(struct thread_info *thread) |