]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-headers
authorTony Lindgren <tony@atomide.com>
Wed, 17 Oct 2012 17:01:30 +0000 (10:01 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 17 Oct 2012 17:01:30 +0000 (10:01 -0700)
Conflicts:
drivers/crypto/omap-aes.c
drivers/crypto/omap-sham.c
drivers/dma/omap-dma.c

1  2 
drivers/crypto/omap-aes.c
drivers/crypto/omap-sham.c
drivers/dma/omap-dma.c

index db3115d16cdeb6b739239ff3bf385c996826a5a6,3e61febb8bb69f84aa7a50644c5d8378a9546c6b..649a146e1382b61b3143493125eb79d38c63a894
@@@ -29,7 -29,8 +29,7 @@@
  #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 */
index f50387c4ef892fe88260e63676ccbf2a1d5bc11f,6d796957714335b3fe26714abc5504de2cdbaa4a..d76fe06b9417d64a733849f3b961d6d358ab6336
@@@ -37,7 -37,8 +37,7 @@@
  #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))
index 30abe7b36aaa75e758370f36bfdc8d97100a23d0,0b4fa50537e6a840badd48379ce76ab2e308c0d7..56d925312a5cca89ba90c28119dbd1ce9f3c31c2
  
  #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;