All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: EXYNOS: Add missing definition for IRQ_I2S0
@ 2012-03-27  5:11 Tushar Behera
  2012-04-05 23:13 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Tushar Behera @ 2012-03-27  5:11 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, patches

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
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: EXYNOS: Add missing definition for IRQ_I2S0
  2012-03-27  5:11 [PATCH] ARM: EXYNOS: Add missing definition for IRQ_I2S0 Tushar Behera
@ 2012-04-05 23:13 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2012-04-05 23:13 UTC (permalink / raw)
  To: Tushar Behera; +Cc: linux-samsung-soc, kgene.kim, patches

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-05 23:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27  5:11 [PATCH] ARM: EXYNOS: Add missing definition for IRQ_I2S0 Tushar Behera
2012-04-05 23:13 ` Kukjin Kim

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.