Marek Szyprowski wrote: > > 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’ > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> Applied :-) > --- > 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 */ > > -- Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html