diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-01 19:56:20 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 10:45:35 -0800 |
commit | bbd7e5e1e90954761f766400000a8f4c882d1202 (patch) | |
tree | 76e4232cfa14affb83f7af2f78dda7e794efd21e /arch/arm/mach-s3c24xx/include/mach/vr1000-map.h | |
parent | fc351246e2a93961558c0028770f901a03e76f16 (diff) | |
download | talos-op-linux-bbd7e5e1e90954761f766400000a8f4c882d1202.tar.gz talos-op-linux-bbd7e5e1e90954761f766400000a8f4c882d1202.zip |
ARM: S3C24XX: make bast-cpld.h, bast-irq.h and bast-map.h local
The headers can be local in mach-s3c24xx/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/include/mach/vr1000-map.h')
-rw-r--r-- | arch/arm/mach-s3c24xx/include/mach/vr1000-map.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c24xx/include/mach/vr1000-map.h b/arch/arm/mach-s3c24xx/include/mach/vr1000-map.h index 28376e56dd3b..5f836a73cda3 100644 --- a/arch/arm/mach-s3c24xx/include/mach/vr1000-map.h +++ b/arch/arm/mach-s3c24xx/include/mach/vr1000-map.h @@ -21,9 +21,7 @@ #ifndef __ASM_ARCH_VR1000MAP_H #define __ASM_ARCH_VR1000MAP_H -#include <mach/bast-map.h> - -#define VR1000_IOADDR(x) BAST_IOADDR(x) +#define VR1000_IOADDR(x) (S3C2410_ADDR((x) + 0x01300000)) /* we put the CPLD registers next, to get them out of the way */ |