diff options
author | Matt Porter <mporter@ti.com> | 2013-03-06 17:15:31 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-06-18 07:22:03 +0200 |
commit | 3ad7a42d5a9c3736cd6d2c6f7e6038d0ca8b316c (patch) | |
tree | 1b2684a334fadc060b3acc1dc4963b935031d1b9 /arch/arm/mach-davinci/dm355.c | |
parent | ARM: davinci: remove __init atrribute from function declaration (diff) | |
download | linux-3ad7a42d5a9c3736cd6d2c6f7e6038d0ca8b316c.tar.xz linux-3ad7a42d5a9c3736cd6d2c6f7e6038d0ca8b316c.zip |
ARM: davinci: move private EDMA API to arm/common
Move mach-davinci/dma.c to common/edma.c so it can be used
by OMAP (specifically AM33xx) as well.
Signed-off-by: Matt Porter <mporter@ti.com>
Acked-by: Chris Ball <cjb@laptop.org> # davinci_mmc.c
Acked-by: Mark Brown <broonie@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
[nsekhar@ti.com: dropped davinci sffsdr changes]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/dm355.c')
-rw-r--r-- | arch/arm/mach-davinci/dm355.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c index a11034a358f1..526cf7d06d0e 100644 --- a/arch/arm/mach-davinci/dm355.c +++ b/arch/arm/mach-davinci/dm355.c @@ -19,7 +19,6 @@ #include <asm/mach/map.h> #include <mach/cputype.h> -#include <mach/edma.h> #include <mach/psc.h> #include <mach/mux.h> #include <mach/irqs.h> @@ -28,6 +27,7 @@ #include <mach/common.h> #include <linux/platform_data/spi-davinci.h> #include <mach/gpio-davinci.h> +#include <linux/platform_data/edma.h> #include "davinci.h" #include "clock.h" |