Conflicts:
	drivers/crypto/omap-aes.c
	drivers/crypto/omap-sham.c
	drivers/dma/omap-dma.c
  #include <crypto/scatterwalk.h>
  #include <crypto/aes.h>
  
- #include <plat/dma.h>
 -#include <plat/cpu.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 */
 
  #include <crypto/hash.h>
  #include <crypto/internal/hash.h>
  
- #include <plat/dma.h>
 -#include <plat/cpu.h>
+ #include <plat-omap/dma-omap.h>
  #include <mach/irqs.h>
  
  #define SHA_REG_DIGEST(x)             (0x00 + ((x) * 0x04))
 
  
  #include "virt-dma.h"
  
- #include <plat/dma.h>
 -#include <plat/cpu.h>
+ #include <plat-omap/dma-omap.h>
  
 +#ifdef CONFIG_ARCH_OMAP2PLUS
 +#define dma_omap2plus()       1
 +#else
 +#define dma_omap2plus()       0
 +#endif
 +
  struct omap_dmadev {
        struct dma_device ddev;
        spinlock_t lock;