ep93xx: Move PHYS_BASE defines to local SoC header file
authorRyan Mallon <rmallon@gmail.com>
Tue, 10 Jan 2012 22:06:08 +0000 (09:06 +1100)
committerRyan Mallon <rmallon@gmail.com>
Wed, 14 Mar 2012 00:41:02 +0000 (11:41 +1100)
commit258249ec0eaea479eead856ee49e336415f4b1df
treea5e8b16a308696e7d98fcdffa719887b4a08adc2
parentfde7d9049e55ab85a390be7f415d74c9f62dd0f9
ep93xx: Move PHYS_BASE defines to local SoC header file

The PHYS_BASE defines in arch/arm/mach-ep93xx/include/mach-ep93xx-regs.h are
only used in the SoC code. Move the defines to a local header file.

Signed-off-by: Ryan Mallon <rmallon@gmail.com>
Reviewed-by: Mika Westerberg <mika.westerberg@iki.fi>
Acked-by: Hartley Sweeten <hsweeten@visionengravers.com>
arch/arm/mach-ep93xx/adssphere.c
arch/arm/mach-ep93xx/edb93xx.c
arch/arm/mach-ep93xx/gesbc9312.c
arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h
arch/arm/mach-ep93xx/micro9.c
arch/arm/mach-ep93xx/simone.c
arch/arm/mach-ep93xx/snappercl15.c
arch/arm/mach-ep93xx/soc.h [new file with mode: 0644]
arch/arm/mach-ep93xx/ts72xx.c
arch/arm/mach-ep93xx/vision_ep9307.c
This page took 0.0322 seconds and 5 git commands to generate.