From: Kukjin Kim <kgene.kim@samsung.com>
To: Tushar Behera <tushar.behera@linaro.org>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
patches@linaro.org
Subject: Re: [PATCH] ARM: EXYNOS: Add missing definition for IRQ_I2S0
Date: Thu, 05 Apr 2012 16:13:58 -0700 [thread overview]
Message-ID: <4F7E2736.4090001@samsung.com> (raw)
In-Reply-To: <1332825106-10898-1-git-send-email-tushar.behera@linaro.org>
Tushar Behera wrote:
> This fixes following build error when sound support is selected
> on EXYNOS4 platform.
>
> sound/soc/samsung/idma.c: In function ‘idma_close’:
> sound/soc/samsung/idma.c:327:11: error: ‘IRQ_I2S0’ undeclared (first use in this function)
>
> Signed-off-by: Tushar Behera<tushar.behera@linaro.org>
> ---
> arch/arm/mach-exynos/include/mach/irqs.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/include/mach/irqs.h b/arch/arm/mach-exynos/include/mach/irqs.h
> index 9bee853..591e785 100644
> --- a/arch/arm/mach-exynos/include/mach/irqs.h
> +++ b/arch/arm/mach-exynos/include/mach/irqs.h
> @@ -212,6 +212,8 @@
> #define IRQ_MFC EXYNOS4_IRQ_MFC
> #define IRQ_SDO EXYNOS4_IRQ_SDO
>
> +#define IRQ_I2S0 EXYNOS4_IRQ_I2S0
> +
> #define IRQ_ADC EXYNOS4_IRQ_ADC0
> #define IRQ_TC EXYNOS4_IRQ_PEN0
>
OK, 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-04-05 23:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-27 5:11 [PATCH] ARM: EXYNOS: Add missing definition for IRQ_I2S0 Tushar Behera
2012-04-05 23:13 ` 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=4F7E2736.4090001@samsung.com \
--to=kgene.kim@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=patches@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.