Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9857caa42c86d299b7a80b761a62918a185892ba
Commit:     9857caa42c86d299b7a80b761a62918a185892ba
Parent:     1e6a20c9c7848fefa64731ac3d1d88279c447371
Author:     Krzysztof Helt <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 9 16:37:01 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Tue Aug 14 17:23:49 2007 +0100

    [ARM] 4546/1: s3c2410: fix architecture typo for s3c2442
    
    From: Krzysztof Helt <[EMAIL PROTECTED]>
    
    This patch fixes a typo in architecture constant name.
    The kernel for s3c2442 machines does not build without
    this fix.
    
    Signed-off-by: Krzysztof Helt <[EMAIL PROTECTED]>
    Acked-by: Ben Dooks <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/mach-s3c2442/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-s3c2442/Kconfig b/arch/arm/mach-s3c2442/Kconfig
index 88d5fd3..26d131a 100644
--- a/arch/arm/mach-s3c2442/Kconfig
+++ b/arch/arm/mach-s3c2442/Kconfig
@@ -6,7 +6,7 @@
 
 config CPU_S3C2442
        bool
-       depends on ARCH_S3C2420
+       depends on ARCH_S3C2410
        select S3C2410_CLOCK
        select S3C2410_GPIO
        select S3C2410_PM if PM
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to