summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/crypto-ux500.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/include/mach/crypto-ux500.h')
-rw-r--r--arch/arm/mach-ux500/include/mach/crypto-ux500.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/include/mach/crypto-ux500.h b/arch/arm/mach-ux500/include/mach/crypto-ux500.h
index 57da88398d5..9d1e1c52c13 100644
--- a/arch/arm/mach-ux500/include/mach/crypto-ux500.h
+++ b/arch/arm/mach-ux500/include/mach/crypto-ux500.h
@@ -6,11 +6,14 @@
*/
#ifndef _CRYPTO_UX500_H
#include <plat/ste_dma40.h>
-#include <mach/ste-dma40-db8500.h>
struct cryp_platform_data {
struct stedma40_chan_cfg mem_to_engine;
struct stedma40_chan_cfg engine_to_mem;
};
+struct hash_platform_data {
+ struct stedma40_chan_cfg mem_to_engine;
+};
+
#endif