diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-10-18 16:20:16 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-05 12:55:32 +0400 |
commit | 865fab601b8f910b2c634cf4c9211176f2c71cad (patch) | |
tree | 73d51d49870ac7eb08e379fd492c045562161d79 /include/linux/platform_data/crypto-ux500.h | |
parent | 2136683172f49a32b3ed7469f6e5ce20c8f4278b (diff) | |
download | linux-865fab601b8f910b2c634cf4c9211176f2c71cad.tar.xz |
ARM: plat-nomadik: move DMA40 header to <linux/platform_data>
This moves the DMA40 platform data header from <plat/ste_dma40.h>
to <linux/platform_data/dma-ste-dma40.h> where is belongs.
Cc: Dan Williams <djbw@fb.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Ola Lilja <ola.o.lilja@stericsson.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Andreas Westin <andreas.westin@stericsson.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/platform_data/crypto-ux500.h')
-rw-r--r-- | include/linux/platform_data/crypto-ux500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/crypto-ux500.h b/include/linux/platform_data/crypto-ux500.h index 5b2d0817e26a..94df96d9a336 100644 --- a/include/linux/platform_data/crypto-ux500.h +++ b/include/linux/platform_data/crypto-ux500.h @@ -7,7 +7,7 @@ #ifndef _CRYPTO_UX500_H #define _CRYPTO_UX500_H #include <linux/dmaengine.h> -#include <plat/ste_dma40.h> +#include <linux/platform_data/dma-ste-dma40.h> struct hash_platform_data { void *mem_to_engine; |