ARM: SAMSUNG: Fix build without SDHCI controllers for S3C64XX

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, July 8, 2010 - 8:59 am

Gitweb:     http://git.kernel.org/linus/6b34f498fe8a918978ddba2bc82a9bd6a883e1fb
Commit:     6b34f498fe8a918978ddba2bc82a9bd6a883e1fb
Parent:     154d62e4cdec9eb9271cf57f9d1f57c79c4f4e18
Author:     Marek Szyprowski <m.szyprowski@samsung.com>
AuthorDate: Tue Jun 22 15:45:26 2010 +0900
Committer:  Kukjin Kim <kgene.kim@samsung.com>
CommitDate: Mon Jul 5 16:01:04 2010 +0900

    ARM: SAMSUNG: Fix build without SDHCI controllers for S3C64XX
    
    This patch fixes the following compilation problem if only NCP machine
    is selected:
    
    arch/arm/mach-s3c64xx/s3c6410.c: In function 's3c6410_map_io':
    arch/arm/mach-s3c64xx/s3c6410.c:51: error: implicit declaration of function 's3c6410_default_sdhci2'
    
    And also adds missed 's3c6400_default_sdhci2'.
    
    Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
    Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
    [kgene.kim@samsung.com: minor title fix and added comments]
    Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
 arch/arm/plat-samsung/include/plat/sdhci.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-samsung/include/plat/sdhci.h b/arch/arm/plat-samsung/include/plat/sdhci.h
index 13f9fb2..2e263a8 100644
--- a/arch/arm/plat-samsung/include/plat/sdhci.h
+++ b/arch/arm/plat-samsung/include/plat/sdhci.h
@@ -166,8 +166,10 @@ static inline void s3c6410_default_sdhci2(void) { }
 #else
 static inline void s3c6410_default_sdhci0(void) { }
 static inline void s3c6410_default_sdhci1(void) { }
+static inline void s3c6410_default_sdhci2(void) { }
 static inline void s3c6400_default_sdhci0(void) { }
 static inline void s3c6400_default_sdhci1(void) { }
+static inline void s3c6400_default_sdhci2(void) { }
 
 #endif /* CONFIG_S3C64XX_SETUP_SDHCI */
 
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ARM: SAMSUNG: Fix build without SDHCI controllers for S3C64XX, Linux Kernel Mailing ..., (Thu Jul 8, 8:59 am)