diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-15 14:00:53 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-15 14:00:53 -0700 |
commit | cc8c29d9ff05cc15681f9715eea6c292877f7b41 (patch) | |
tree | 32daeb7e763a1b4b660b882d646a81e55ecca0d1 /arch/arm/plat-omap/include/plat/dma.h | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
ARM: OMAP: DMA: Removing plat/dma-44xx.h
None of the DMA channel definitions defined in
plat/dma-44xx.h are used. So removing it.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/dma.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/dma.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/plat/dma.h b/arch/arm/plat-omap/include/plat/dma.h index 0a87b052f8f..e413bd82ecd 100644 --- a/arch/arm/plat-omap/include/plat/dma.h +++ b/arch/arm/plat-omap/include/plat/dma.h @@ -28,9 +28,6 @@ * the omap drivers hwmod adapted. */ -/* Move omap4 specific defines to dma-44xx.h */ -#include "dma-44xx.h" - #define INT_DMA_LCD 25 /* DMA channels for omap1 */ |