diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-09-09 21:57:29 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-19 08:02:57 +0900 |
commit | fe0cdec8bad919fd91cd344123906a55f3857209 (patch) | |
tree | 798d928f5173a8d631c8d95b08c33975b449fc4d /arch/arm/mach-s5pv310/include | |
parent | 138a6c7f4ff56b9886cbb46656ac7f26f990cdb4 (diff) | |
download | talos-op-linux-fe0cdec8bad919fd91cd344123906a55f3857209.tar.gz talos-op-linux-fe0cdec8bad919fd91cd344123906a55f3857209.zip |
ARM: S5PV310: Fix build error on GPIO map
This patch fixes build error about GPIO address due to
conflict of commit 4d914705 and 19a2c065.
- commit 4d914705: Fix on GPIO base addresses
- commit 19a2c065: Moves initial map for merging S5P64X0
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/include')
-rw-r--r-- | arch/arm/mach-s5pv310/include/mach/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/mach/map.h index 204f386a3b6b..aff6d23624bb 100644 --- a/arch/arm/mach-s5pv310/include/mach/map.h +++ b/arch/arm/mach-s5pv310/include/mach/map.h @@ -52,7 +52,6 @@ #define S5PV310_PA_GPIO1 (0x11400000) #define S5PV310_PA_GPIO2 (0x11000000) #define S5PV310_PA_GPIO3 (0x03860000) -#define S5P_PA_GPIO S5PV310_PA_GPIO1 #define S5PV310_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000)) |