projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3323495
)
[ARM] 4775/1: s3c2410: fix compilation error if only s3c2442 cpu is selected
author
Krzysztof Helt
<
[email protected]
>
Sun, 27 Jan 2008 18:01:18 +0000
(19:01 +0100)
committer
Russell King
<
[email protected]
>
Mon, 28 Jan 2008 13:20:50 +0000
(13:20 +0000)
This patch fixes compilation error if only a machine with
s3c2442 cpu is selected but without s3c2440 cpu selected.
Signed-off-by: Krzysztof Helt <
[email protected]
>
Acked-by: Ben Dooks <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
include/asm-arm/arch-s3c2410/regs-dsc.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-s3c2410/regs-dsc.h
b/include/asm-arm/arch-s3c2410/regs-dsc.h
index c0748511edbc848c7e16faa97b8bfa491025c6f7..1235df70f34edbb465cfef1dcdbedea47431002d 100644
(file)
--- a/
include/asm-arm/arch-s3c2410/regs-dsc.h
+++ b/
include/asm-arm/arch-s3c2410/regs-dsc.h
@@
-19,7
+19,7
@@
#define S3C2412_DSC1 S3C2410_GPIOREG(0xe0)
#endif
-#if defined(CONFIG_CPU_S3C244
0
)
+#if defined(CONFIG_CPU_S3C244
X
)
#define S3C2440_DSC0 S3C2410_GPIOREG(0xc4)
#define S3C2440_DSC1 S3C2410_GPIOREG(0xc8)