diff options
author | Ryan Mallon <rmallon@gmail.com> | 2012-01-11 02:53:33 +0100 |
---|---|---|
committer | Ryan Mallon <rmallon@gmail.com> | 2012-03-14 01:43:11 +0100 |
commit | 9aeec63e048936f92ad2792ffc8cc66ef0303e0f (patch) | |
tree | 021c1bce4427ba581e705bd1d3adcae8d510645c /arch/arm/mach-ep93xx/crunch.c | |
parent | ep93xx: Move crunch code to mach-ep93xx directory (diff) | |
download | linux-9aeec63e048936f92ad2792ffc8cc66ef0303e0f.tar.xz linux-9aeec63e048936f92ad2792ffc8cc66ef0303e0f.zip |
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 @@ #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) |