aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/ux500/cryp/cryp_core.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/crypto/ux500/cryp/cryp_core.c b/drivers/crypto/ux500/cryp/cryp_core.c
index bc615cc56266..8bc5fef07e7a 100644
--- a/drivers/crypto/ux500/cryp/cryp_core.c
+++ b/drivers/crypto/ux500/cryp/cryp_core.c
@@ -23,6 +23,7 @@
23#include <linux/platform_device.h> 23#include <linux/platform_device.h>
24#include <linux/regulator/consumer.h> 24#include <linux/regulator/consumer.h>
25#include <linux/semaphore.h> 25#include <linux/semaphore.h>
26#include <linux/platform_data/dma-ste-dma40.h>
26 27
27#include <crypto/aes.h> 28#include <crypto/aes.h>
28#include <crypto/algapi.h> 29#include <crypto/algapi.h>
@@ -30,8 +31,6 @@
30#include <crypto/des.h> 31#include <crypto/des.h>
31#include <crypto/scatterwalk.h> 32#include <crypto/scatterwalk.h>
32 33
33#include <plat/ste_dma40.h>
34
35#include <linux/platform_data/crypto-ux500.h> 34#include <linux/platform_data/crypto-ux500.h>
36#include <mach/hardware.h> 35#include <mach/hardware.h>
37 36