All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: EXYNOS: add the definition for IRQ_DWMCI
@ 2012-04-18  4:16 Jaehoon Chung
  2012-04-19  0:12 ` Kukjin Kim
  0 siblings, 1 reply; 6+ messages in thread
From: Jaehoon Chung @ 2012-04-18  4:16 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: 'kgene kim', Kyungmin Park, Marek Szyprowski

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@samsung.com>
Signed-off-by: Kyungmin Park <Kyungmin.park@samsung.com>
---
 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
 

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

end of thread, other threads:[~2012-04-25  4:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18  4:16 [PATCH] ARM: EXYNOS: add the definition for IRQ_DWMCI Jaehoon Chung
2012-04-19  0:12 ` Kukjin Kim
2012-04-19  1:36   ` Jaehoon Chung
2012-04-19  2:31     ` Kukjin Kim
2012-04-25  0:20       ` Kukjin Kim
2012-04-25  4:49       ` Tushar Behera

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.