diff options
Diffstat (limited to 'drivers/dma/imx-sdma.c')
-rw-r--r-- | drivers/dma/imx-sdma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index 49aa4e876645..48a791f93adc 100644 --- a/drivers/dma/imx-sdma.c +++ b/drivers/dma/imx-sdma.c | |||
@@ -43,6 +43,8 @@ | |||
43 | #include <mach/dma.h> | 43 | #include <mach/dma.h> |
44 | #include <mach/hardware.h> | 44 | #include <mach/hardware.h> |
45 | 45 | ||
46 | #include "dmaengine.h" | ||
47 | |||
46 | /* SDMA registers */ | 48 | /* SDMA registers */ |
47 | #define SDMA_H_C0PTR 0x000 | 49 | #define SDMA_H_C0PTR 0x000 |
48 | #define SDMA_H_INTR 0x004 | 50 | #define SDMA_H_INTR 0x004 |