diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-17 10:01:30 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 10:01:30 -0700 |
commit | 94c657853bd228ebbc2c590b7f81efcc1dde3329 (patch) | |
tree | 4fb0a566594ed2bbbf1dd2076806335a29c1e2cc /arch/arm/mach-omap1/dma.c | |
parent | 27615a97b2dc7e98b925973b78d1cdc3ee288ab0 (diff) | |
parent | 2b6c4e73248758bac8e1ed81b0d0664da0fff6f8 (diff) |
Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-headers
Conflicts:
drivers/crypto/omap-aes.c
drivers/crypto/omap-sham.c
drivers/dma/omap-dma.c
Diffstat (limited to 'arch/arm/mach-omap1/dma.c')
-rw-r--r-- | arch/arm/mach-omap1/dma.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/dma.c b/arch/arm/mach-omap1/dma.c index 29007fef84c..91594177f6b 100644 --- a/arch/arm/mach-omap1/dma.c +++ b/arch/arm/mach-omap1/dma.c @@ -25,11 +25,13 @@ #include <linux/device.h> #include <linux/io.h> -#include <plat/dma.h> +#include <plat-omap/dma-omap.h> #include <plat/tc.h> #include <mach/irqs.h> +#include "dma.h" + #define OMAP1_DMA_BASE (0xfffed800) #define OMAP1_LOGICAL_DMA_CH_COUNT 17 #define OMAP1_DMA_STRIDE 0x40 |