projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddbf565
)
[ARM] S3C24A0: Correct S3C2410_PA_GPIO in S3C24XX_VA_GPIO
author
Sandeep Patil
<sandeep.patil@azingo.com>
Tue, 21 Oct 2008 13:06:24 +0000
(14:06 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 15 Dec 2008 21:46:31 +0000
(21:46 +0000)
The definition of S3C24XX_VA_GPIO used S3C2410_PA_GPIO
where it should have read S3C24XX_PA_GPIO.
Signed-off-by: Sandeep Patil <sandeep.patil@azingo.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/include/mach/map.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/include/mach/map.h
b/arch/arm/mach-s3c2410/include/mach/map.h
index
23c470c
..
6e08594
100644
(file)
--- a/
arch/arm/mach-s3c2410/include/mach/map.h
+++ b/
arch/arm/mach-s3c2410/include/mach/map.h
@@
-88,7
+88,7
@@
*/
#define S3C2410_PA_GPIO (0x56000000)
-#define S3C24XX_VA_GPIO ((S3C24
10
_PA_GPIO - S3C24XX_PA_UART) + S3C24XX_VA_UART)
+#define S3C24XX_VA_GPIO ((S3C24
XX
_PA_GPIO - S3C24XX_PA_UART) + S3C24XX_VA_UART)
#define S3C24XX_SZ_GPIO SZ_1M
/* RTC */