projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38dbfb5
)
ARM: S3C24XX: Fix typo CONFIG_CPUS_3C2443
author
Paul Bolle
<pebolle@tiscali.nl>
Thu, 13 Feb 2014 22:35:12 +0000
(07:35 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 13 Feb 2014 22:35:18 +0000
(07:35 +0900)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c24xx/common.c
b/arch/arm/mach-s3c24xx/common.c
index 4adaa4b43ffe5282f915d83dcdc3d4489c6eebe7..1d77d709ec2299602d1b4bd9c51bc985db8e1891 100644
(file)
--- a/
arch/arm/mach-s3c24xx/common.c
+++ b/
arch/arm/mach-s3c24xx/common.c
@@
-484,7
+484,7
@@
struct platform_device s3c2440_device_dma = {
};
#endif
-#if defined(CONFIG_CPU
S_
3C2443) || defined(CONFIG_CPU_S3C2416)
+#if defined(CONFIG_CPU
_S
3C2443) || defined(CONFIG_CPU_S3C2416)
static struct resource s3c2443_dma_resource[] = {
[0] = DEFINE_RES_MEM(S3C24XX_PA_DMA, S3C24XX_SZ_DMA),
[1] = DEFINE_RES_IRQ(IRQ_S3C2443_DMA0),