All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Tushar Behera <tushar.behera@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, thomas.abraham@linaro.org,
	kgene.kim@samsung.com, patches@linaro.org
Subject: Re: [PATCH] ARM: EXYNOS: Fix compilation error with mach-exynos4-dt board
Date: Wed, 07 Mar 2012 05:02:55 -0800	[thread overview]
Message-ID: <4F575C7F.6010002@samsung.com> (raw)
In-Reply-To: <1331097626-5369-1-git-send-email-tushar.behera@linaro.org>

On 03/06/12 21:20, Tushar Behera wrote:
> Commit 84499abd19d4 ("ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5")
> renames S5P_PA_UARTn to EXYNOS4_PA_UARTn. Hence we need to do
> similar modification in mach-exynos4-dt.c to fix compilation error.
>
> arch/arm/mach-exynos/mach-exynos4-dt.c:40:2: error: ‘S5P_PA_UART0’
> undeclared here (not in a function)
>
> Signed-off-by: Tushar Behera<tushar.behera@linaro.org>
> ---
>   arch/arm/mach-exynos/mach-exynos4-dt.c |    8 ++++----
>   1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c
> index e6b02fd..8245f1c 100644
> --- a/arch/arm/mach-exynos/mach-exynos4-dt.c
> +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
> @@ -37,13 +37,13 @@
>    * data from the device tree.
>    */
>   static const struct of_dev_auxdata exynos4210_auxdata_lookup[] __initconst = {
> -	OF_DEV_AUXDATA("samsung,exynos4210-uart", S5P_PA_UART0,
> +	OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS4_PA_UART0,
>   				"exynos4210-uart.0", NULL),
> -	OF_DEV_AUXDATA("samsung,exynos4210-uart", S5P_PA_UART1,
> +	OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS4_PA_UART1,
>   				"exynos4210-uart.1", NULL),
> -	OF_DEV_AUXDATA("samsung,exynos4210-uart", S5P_PA_UART2,
> +	OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS4_PA_UART2,
>   				"exynos4210-uart.2", NULL),
> -	OF_DEV_AUXDATA("samsung,exynos4210-uart", S5P_PA_UART3,
> +	OF_DEV_AUXDATA("samsung,exynos4210-uart", EXYNOS4_PA_UART3,
>   				"exynos4210-uart.3", NULL),
>   	OF_DEV_AUXDATA("samsung,exynos4210-sdhci", EXYNOS4_PA_HSMMC(0),
>   				"exynos4-sdhci.0", NULL),

Applied, thanks.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

      reply	other threads:[~2012-03-07 13:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-07  5:20 [PATCH] ARM: EXYNOS: Fix compilation error with mach-exynos4-dt board Tushar Behera
2012-03-07 13:02 ` 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=4F575C7F.6010002@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=thomas.abraham@linaro.org \
    --cc=tushar.behera@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.