]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-imx/include/mach/dma-v1.h
Merge branch 'master' into tk71
[mv-sheeva.git] / arch / arm / mach-imx / include / mach / dma-v1.h
index 287431cc13e59d32f4e592d6e1d58eb247c378b2..ac6fd713828ad522cb0182c0ff9991406a8b49aa 100644 (file)
@@ -27,6 +27,8 @@
 
 #define imx_has_dma_v1()       (cpu_is_mx1() || cpu_is_mx21() || cpu_is_mx27())
 
+#include <mach/dma.h>
+
 #define IMX_DMA_CHANNELS  16
 
 #define DMA_MODE_READ          0
@@ -96,12 +98,6 @@ int imx_dma_request(int channel, const char *name);
 
 void imx_dma_free(int channel);
 
-enum imx_dma_prio {
-       DMA_PRIO_HIGH = 0,
-       DMA_PRIO_MEDIUM = 1,
-       DMA_PRIO_LOW = 2
-};
-
 int imx_dma_request_by_prio(const char *name, enum imx_dma_prio prio);
 
 #endif /* __MACH_DMA_V1_H__ */