diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-16 01:01:01 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-16 01:01:01 +0400 |
commit | 8c4cc00552664d0be259388f2b1a49036c3757fa (patch) | |
tree | 1ca58cbac27878bd28cb6a2d04c5c52d29d2dd94 /arch/arm/mach-omap1/board-sx1.c | |
parent | cc8c29d9ff05cc15681f9715eea6c292877f7b41 (diff) | |
download | linux-8c4cc00552664d0be259388f2b1a49036c3757fa.tar.xz |
ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1
Some of the omap1 dma channel definitions are used by some drivers.
For moving omap1 dma channel definitions to mach-omap1/, the used
ones should be defined locally to driver. Driver can eliminate it
by using DT, platform data, or IORESOURCE_DMA.
And moving OMAP1 DMA channel definitions to mach-omap1
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-sx1.c')
-rw-r--r-- | arch/arm/mach-omap1/board-sx1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index 13bf2cc56814..1248fccc2341 100644 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c @@ -45,6 +45,7 @@ #include <mach/usb.h> #include "common.h" +#include "dma.h" /* Write to I2C device */ int sx1_i2c_write_byte(u8 devaddr, u8 regoffset, u8 value) |