From: Kukjin Kim <kgene.kim@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
patches@linaro.org
Subject: Re: [PATCH] ARM: EXYNOS: Fix compilation error.
Date: Wed, 07 Mar 2012 05:06:09 -0800 [thread overview]
Message-ID: <4F575D41.8030301@samsung.com> (raw)
In-Reply-To: <1331100559-28849-1-git-send-email-sachin.kamat@linaro.org>
On 03/06/12 22:09, Sachin Kamat wrote:
> Commit 734b5bb7375 ("Merge branch 'next/soc-exynos5250-arch-wip' into for-next")
> on for-next branch of Kukjin's tree gives the following build errors:
>
> arch/arm/mach-exynos/clock-exynos4.c:1328:2: error: ‘clk_sclk_mmc0’
> undeclared here (not in a function)
> arch/arm/mach-exynos/clock-exynos4.c:1329:2: error: ‘clk_sclk_mmc1’
> undeclared here (not in a function)
> arch/arm/mach-exynos/clock-exynos4.c:1330:2: error: ‘clk_sclk_mmc2’
> undeclared here (not in a function)
> arch/arm/mach-exynos/clock-exynos4.c:1331:2: error: ‘clk_sclk_mmc3’
> undeclared here (not in a function)
>
> This commit fixes the same.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
> ---
> arch/arm/mach-exynos/clock-exynos4.c | 8 ++++----
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/clock-exynos4.c
> index d72a1fe..bcb59e7 100644
> --- a/arch/arm/mach-exynos/clock-exynos4.c
> +++ b/arch/arm/mach-exynos/clock-exynos4.c
> @@ -1325,10 +1325,10 @@ static struct clk_lookup exynos4_clk_lookup[] = {
> CLKDEV_INIT("exynos4210-uart.1", "clk_uart_baud0",&exynos4_clk_sclk_uart1.clk),
> CLKDEV_INIT("exynos4210-uart.2", "clk_uart_baud0",&exynos4_clk_sclk_uart2.clk),
> CLKDEV_INIT("exynos4210-uart.3", "clk_uart_baud0",&exynos4_clk_sclk_uart3.clk),
> - CLKDEV_INIT("exynos4-sdhci.0", "mmc_busclk.2",&clk_sclk_mmc0.clk),
> - CLKDEV_INIT("exynos4-sdhci.1", "mmc_busclk.2",&clk_sclk_mmc1.clk),
> - CLKDEV_INIT("exynos4-sdhci.2", "mmc_busclk.2",&clk_sclk_mmc2.clk),
> - CLKDEV_INIT("exynos4-sdhci.3", "mmc_busclk.2",&clk_sclk_mmc3.clk),
> + CLKDEV_INIT("exynos4-sdhci.0", "mmc_busclk.2",&exynos4_clk_sclk_mmc0.clk),
> + CLKDEV_INIT("exynos4-sdhci.1", "mmc_busclk.2",&exynos4_clk_sclk_mmc1.clk),
> + CLKDEV_INIT("exynos4-sdhci.2", "mmc_busclk.2",&exynos4_clk_sclk_mmc2.clk),
> + CLKDEV_INIT("exynos4-sdhci.3", "mmc_busclk.2",&exynos4_clk_sclk_mmc3.clk),
> CLKDEV_INIT("dma-pl330.0", "apb_pclk",&exynos4_clk_pdma0),
> CLKDEV_INIT("dma-pl330.1", "apb_pclk",&exynos4_clk_pdma1),
> CLKDEV_INIT("s3c64xx-spi.0", "spi_busclk0",&exynos4_clk_sclk_spi0.clk),
Yes, should be fixed. will apply.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2012-03-07 13:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-07 6:09 [PATCH] ARM: EXYNOS: Fix compilation error Sachin Kamat
2012-03-07 13:06 ` Kukjin Kim [this message]
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=4F575D41.8030301@samsung.com \
--to=kgene.kim@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@linaro.org \
--cc=sachin.kamat@linaro.org \
/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.