From: Tushar Behera Date: Thu, 5 Apr 2012 23:08:25 +0000 (-0700) Subject: ARM: EXYNOS: Add missing definition for IRQ_I2S0 X-Git-Tag: v3.4-rc3~4^2^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d923490f7dd5d96bc894a09a178117442b8795b;p=platform%2Fkernel%2Flinux-exynos.git ARM: EXYNOS: Add missing definition for IRQ_I2S0 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 Signed-off-by: Kukjin Kim --- 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