From: Marek Szyprowski Date: Tue, 22 Jun 2010 06:45:26 +0000 (+0900) Subject: ARM: SAMSUNG: Fix build without SDHCI controllers for S3C64XX X-Git-Tag: v2.6.35-rc5~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b34f498fe8a918978ddba2bc82a9bd6a883e1fb;p=pandora-kernel.git 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 Signed-off-by: Kyungmin Park [kgene.kim@samsung.com: minor title fix and added comments] Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed