diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-15 17:04:53 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-10-15 17:04:53 -0400 |
| commit | 2b6c4e73248758bac8e1ed81b0d0664da0fff6f8 (patch) | |
| tree | 56f5717067157dec194e547afd986e15cf7163ef /drivers/crypto | |
| parent | d5e7c864f386306587f7f43ed22d48ef7e4050d6 (diff) | |
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>
Diffstat (limited to 'drivers/crypto')
| -rw-r--r-- | drivers/crypto/omap-aes.c | 2 | ||||
| -rw-r--r-- | drivers/crypto/omap-sham.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/crypto/omap-aes.c b/drivers/crypto/omap-aes.c index 093a8af59cb..3e61febb8bb 100644 --- a/drivers/crypto/omap-aes.c +++ b/drivers/crypto/omap-aes.c | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | #include <crypto/aes.h> | 30 | #include <crypto/aes.h> |
| 31 | 31 | ||
| 32 | #include <plat/cpu.h> | 32 | #include <plat/cpu.h> |
| 33 | #include <plat/dma.h> | 33 | #include <plat-omap/dma-omap.h> |
| 34 | 34 | ||
| 35 | /* OMAP TRM gives bitfields as start:end, where start is the higher bit | 35 | /* OMAP TRM gives bitfields as start:end, where start is the higher bit |
| 36 | number. For example 7:0 */ | 36 | number. For example 7:0 */ |
diff --git a/drivers/crypto/omap-sham.c b/drivers/crypto/omap-sham.c index a3fd6fc504b..6d796957714 100644 --- a/drivers/crypto/omap-sham.c +++ b/drivers/crypto/omap-sham.c | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | #include <crypto/internal/hash.h> | 38 | #include <crypto/internal/hash.h> |
| 39 | 39 | ||
| 40 | #include <plat/cpu.h> | 40 | #include <plat/cpu.h> |
| 41 | #include <plat/dma.h> | 41 | #include <plat-omap/dma-omap.h> |
| 42 | #include <mach/irqs.h> | 42 | #include <mach/irqs.h> |
| 43 | 43 | ||
| 44 | #define SHA_REG_DIGEST(x) (0x00 + ((x) * 0x04)) | 44 | #define SHA_REG_DIGEST(x) (0x00 + ((x) * 0x04)) |
