]> git.karo-electronics.de Git - linux-beck.git/commit
ep93xx: Move crunch code to mach-ep93xx directory
authorRyan Mallon <rmallon@gmail.com>
Wed, 11 Jan 2012 01:35:33 +0000 (12:35 +1100)
committerRyan Mallon <rmallon@gmail.com>
Wed, 14 Mar 2012 00:43:10 +0000 (11:43 +1100)
commitc444dc0765d4ab87e920c1aeb1a5a622c9b661f9
tree73fbdb19683aaa0c4b528932934a215e9f8e6d08
parent999c53fb2200070bdb8923c1894f9e14a5ec2de3
ep93xx: Move crunch code to mach-ep93xx directory

The crunch code in arch/arm/kernel is specific to the EP93xx. Move it
to the mach-ep93xx directory. This removes the need for the
EP93XX_SYSCON defines to be exported to arch/arm/kernel.

Signed-off-by: Ryan Mallon <rmallon@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi>
Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
arch/arm/kernel/Makefile
arch/arm/mach-ep93xx/Makefile
arch/arm/mach-ep93xx/crunch-bits.S [moved from arch/arm/kernel/crunch-bits.S with 100% similarity]
arch/arm/mach-ep93xx/crunch.c [moved from arch/arm/kernel/crunch.c with 100% similarity]