From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Marek Szyprowski' <m.szyprowski@samsung.com>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-mmc@vger.kernel.org
Cc: kyungmin.park@samsung.com, ben-linux@fluff.org
Subject: RE: [PATCH 1/3] s3c64xx: Fix build without SDHCI controllers
Date: Fri, 11 Jun 2010 09:56:38 +0900 [thread overview]
Message-ID: <000801cb0900$f64bbdc0$e2e33940$%kim@samsung.com> (raw)
In-Reply-To: <1276076345-24370-2-git-send-email-m.szyprowski@samsung.com>
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@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> arch/arm/plat-samsung/include/plat/sdhci.h | 1 +
> 1 files changed, 1 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..c2044e5 100644
> --- a/arch/arm/plat-samsung/include/plat/sdhci.h
> +++ b/arch/arm/plat-samsung/include/plat/sdhci.h
> @@ -166,6 +166,7 @@ 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) { }
>
> --
Maybe missed in Maurus' patch 'S3C64XX: add HSMMC2 support'
commit 92b118f6968ae0788ac659af47b464acd9a754a1
Also need 'static inline s3c6400_default_sdhci2(void) { }'
Could you re-submit updated patch including s3c6400_default_sdhci2()?
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] s3c64xx: Fix build without SDHCI controllers
Date: Fri, 11 Jun 2010 09:56:38 +0900 [thread overview]
Message-ID: <000801cb0900$f64bbdc0$e2e33940$%kim@samsung.com> (raw)
In-Reply-To: <1276076345-24370-2-git-send-email-m.szyprowski@samsung.com>
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@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> arch/arm/plat-samsung/include/plat/sdhci.h | 1 +
> 1 files changed, 1 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..c2044e5 100644
> --- a/arch/arm/plat-samsung/include/plat/sdhci.h
> +++ b/arch/arm/plat-samsung/include/plat/sdhci.h
> @@ -166,6 +166,7 @@ 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) { }
>
> --
Maybe missed in Maurus' patch 'S3C64XX: add HSMMC2 support'
commit 92b118f6968ae0788ac659af47b464acd9a754a1
Also need 'static inline s3c6400_default_sdhci2(void) { }'
Could you re-submit updated patch including s3c6400_default_sdhci2()?
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
next prev parent reply other threads:[~2010-06-11 0:56 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-09 9:39 [PATCH] SDHCI-S3C fixes and enhancements (platform specific code) Marek Szyprowski
2010-06-09 9:39 ` Marek Szyprowski
2010-06-09 9:39 ` [PATCH 1/3] s3c64xx: Fix build without SDHCI controllers Marek Szyprowski
2010-06-09 9:39 ` Marek Szyprowski
2010-06-11 0:56 ` Kukjin Kim [this message]
2010-06-11 0:56 ` Kukjin Kim
2010-06-11 3:30 ` Kyungmin Park
2010-06-11 3:30 ` Kyungmin Park
2010-06-11 3:58 ` Kukjin Kim
2010-06-11 3:58 ` Kukjin Kim
2010-06-11 4:34 ` Kyungmin Park
2010-06-11 4:34 ` Kyungmin Park
2010-06-11 6:26 ` Kukjin Kim
2010-06-11 6:26 ` Kukjin Kim
2010-06-11 5:59 ` [PATCH v2] " Marek Szyprowski
2010-06-11 5:59 ` Marek Szyprowski
2010-06-22 12:29 ` Kukjin Kim
2010-06-22 12:29 ` Kukjin Kim
2010-06-09 9:39 ` [PATCH 2/3] Samsung: sdhci-s3c: add support for new card detection methods Marek Szyprowski
2010-06-09 9:39 ` Marek Szyprowski
2010-06-09 9:39 ` [PATCH 3/3] s5pv210: Aquila: add definitions for sdhci devices Marek Szyprowski
2010-06-09 9:39 ` Marek Szyprowski
2010-06-11 5:18 ` Ben Dooks
2010-06-11 5:18 ` Ben Dooks
2010-06-11 5:29 ` Marek Szyprowski
2010-06-11 5:29 ` Marek Szyprowski
2010-06-11 6:05 ` Kyungmin Park
2010-06-11 6:05 ` Kyungmin Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000801cb0900$f64bbdc0$e2e33940$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=ben-linux@fluff.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.