diff options
Diffstat (limited to 'drivers/dma/iop-adma.c')
-rw-r--r-- | drivers/dma/iop-adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index 85bfeba4d85e..71fba82462cb 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <linux/memory.h> | 33 | #include <linux/memory.h> |
34 | #include <linux/ioport.h> | 34 | #include <linux/ioport.h> |
35 | 35 | ||
36 | #include <asm/arch/adma.h> | 36 | #include <mach/adma.h> |
37 | 37 | ||
38 | #define to_iop_adma_chan(chan) container_of(chan, struct iop_adma_chan, common) | 38 | #define to_iop_adma_chan(chan) container_of(chan, struct iop_adma_chan, common) |
39 | #define to_iop_adma_device(dev) \ | 39 | #define to_iop_adma_device(dev) \ |