In dev-dwmci.c, IRQ_DWMCI is referenced. But there is no defined anywhere. This patch is added the missing definition for IRQ_DWMCI. Signed-off-by: Jaehoon Chung <jh80.chung@xxxxxxxxxxx> Signed-off-by: Kyungmin Park <Kyungmin.park@xxxxxxxxxxx> --- arch/arm/mach-exynos/include/mach/irqs.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/include/mach/irqs.h b/arch/arm/mach-exynos/include/mach/irqs.h index 1161675..ed2295f 100644 --- a/arch/arm/mach-exynos/include/mach/irqs.h +++ b/arch/arm/mach-exynos/include/mach/irqs.h @@ -201,6 +201,7 @@ #define IRQ_HSMMC1 EXYNOS4_IRQ_HSMMC1 #define IRQ_HSMMC2 EXYNOS4_IRQ_HSMMC2 #define IRQ_HSMMC3 EXYNOS4_IRQ_HSMMC3 +#define IRQ_DWMCI EXYNOS4_IRQ_DWMCI #define IRQ_MIPI_CSIS0 EXYNOS4_IRQ_MIPI_CSIS0 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html