]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: OMAP1: Move define of OMAP_LCD_DMA to dma.h
authorTony Lindgren <tony@atomide.com>
Wed, 5 Sep 2012 00:43:29 +0000 (17:43 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Sep 2012 01:06:29 +0000 (18:06 -0700)
This is needed to start removing hardcoded IRQs on omap2+.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/plat/dma.h
arch/arm/plat-omap/include/plat/irqs.h

index c5811d4409b0438ab5c37c3338b6822d88a1228c..0a87b052f8f7e6f6db561dc7347a0f28f13b9a24 100644 (file)
@@ -31,6 +31,8 @@
 /* Move omap4 specific defines to dma-44xx.h */
 #include "dma-44xx.h"
 
+#define INT_DMA_LCD                    25
+
 /* DMA channels for omap1 */
 #define OMAP_DMA_NO_DEVICE             0
 #define OMAP_DMA_MCSI1_TX              1
index 37bbbbb981b222ac001f958a59b5c69d3683c6b5..15f497c2602e06d8081cd7c377ac1e02d56ce913 100644 (file)
@@ -53,7 +53,6 @@
 #define INT_DMA_CH3            22
 #define INT_DMA_CH4            23
 #define INT_DMA_CH5            24
-#define INT_DMA_LCD            25
 #define INT_TIMER1             26
 #define INT_WD_TIMER           27
 #define INT_BRIDGE_PUB         28