ARM: OMAP: Rename DMA end_type to be omap specific
authorTony Lindgren <tony@atomide.com>
Tue, 3 Jun 2008 17:30:15 +0000 (10:30 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 3 Jun 2008 17:30:15 +0000 (10:30 -0700)
Also remove a space to shrink diff with mainline dma.h

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

index ee8e607..9819f39 100644 (file)
 
 /* DMA channels for 24xx */
 #define OMAP24XX_DMA_NO_DEVICE         0
-
 #define OMAP24XX_DMA_XTI_DMA           1       /* S_DMA_0 */
 #define OMAP24XX_DMA_EXT_DMAREQ0       2       /* S_DMA_1 */
 #define OMAP24XX_DMA_EXT_DMAREQ1       3       /* S_DMA_2 */
@@ -415,8 +414,8 @@ enum omap_dma_burst_mode {
 };
 
 enum end_type {
-       LITTLE_ENDIAN = 0,
-       BIG_ENDIAN
+       OMAP_DMA_LITTLE_ENDIAN = 0,
+       OMAP_DMA_BIG_ENDIAN
 };
 
 enum omap_dma_color_mode {