diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-17 21:01:30 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 21:01:30 +0400 |
commit | 94c657853bd228ebbc2c590b7f81efcc1dde3329 (patch) | |
tree | 4fb0a566594ed2bbbf1dd2076806335a29c1e2cc /arch/arm/mach-omap1/mcbsp.c | |
parent | 27615a97b2dc7e98b925973b78d1cdc3ee288ab0 (diff) | |
parent | 2b6c4e73248758bac8e1ed81b0d0664da0fff6f8 (diff) | |
download | linux-94c657853bd228ebbc2c590b7f81efcc1dde3329.tar.xz |
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/mcbsp.c')
-rw-r--r-- | arch/arm/mach-omap1/mcbsp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/mcbsp.c b/arch/arm/mach-omap1/mcbsp.c index bdc2e7541adb..3d461e1b8577 100644 --- a/arch/arm/mach-omap1/mcbsp.c +++ b/arch/arm/mach-omap1/mcbsp.c @@ -19,7 +19,7 @@ #include <linux/platform_device.h> #include <linux/slab.h> -#include <plat/dma.h> +#include <plat-omap/dma-omap.h> #include <mach/mux.h> #include <plat/cpu.h> #include <linux/platform_data/asoc-ti-mcbsp.h> @@ -27,6 +27,7 @@ #include <mach/irqs.h> #include "iomap.h" +#include "dma.h" #define DPS_RSTCT2_PER_EN (1 << 0) #define DSP_RSTCT2_WD_PER_EN (1 << 1) |