ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h

Move plat/dma.h to plat-omap/dma-omap.h as part of single
zImage work

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Lokesh Vutla
2012-10-15 14:04:53 -07:00
committed by Tony Lindgren
parent d5e7c864f3
commit 2b6c4e7324
48 changed files with 47 additions and 48 deletions

View File

@@ -30,7 +30,7 @@
#include <crypto/aes.h>
#include <plat/cpu.h>
#include <plat/dma.h>
#include <plat-omap/dma-omap.h>
/* OMAP TRM gives bitfields as start:end, where start is the higher bit
number. For example 7:0 */

View File

@@ -38,7 +38,7 @@
#include <crypto/internal/hash.h>
#include <plat/cpu.h>
#include <plat/dma.h>
#include <plat-omap/dma-omap.h>
#include <mach/irqs.h>
#define SHA_REG_DIGEST(x) (0x00 + ((x) * 0x04))