diff options
author | Cyrille Pitchen | 2015-12-17 17:48:36 +0100 |
---|---|---|
committer | Herbert Xu | 2015-12-23 11:19:50 +0100 |
commit | 7f1cbbc5145fcd6f357cf8932e1d5410777f4d65 (patch) | |
tree | 83a9788ced5e98fdd81f57a5201e6ea1ed58f588 /drivers/crypto/atmel-aes.c | |
parent | crypto: atmel-aes - fix unregistration order of crypto algorithms (diff) | |
download | kernel-qcow2-linux-7f1cbbc5145fcd6f357cf8932e1d5410777f4d65.tar.gz kernel-qcow2-linux-7f1cbbc5145fcd6f357cf8932e1d5410777f4d65.tar.xz kernel-qcow2-linux-7f1cbbc5145fcd6f357cf8932e1d5410777f4d65.zip |
crypto: atmel-aes - remove unused header includes
Hash headers have nothing to do with AES block ciphers.
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/atmel-aes.c')
-rw-r--r-- | drivers/crypto/atmel-aes.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/crypto/atmel-aes.c b/drivers/crypto/atmel-aes.c index e948bf2b8a8e..7d1b055811c4 100644 --- a/drivers/crypto/atmel-aes.c +++ b/drivers/crypto/atmel-aes.c @@ -33,12 +33,9 @@ #include <linux/of_device.h> #include <linux/delay.h> #include <linux/crypto.h> -#include <linux/cryptohash.h> #include <crypto/scatterwalk.h> #include <crypto/algapi.h> #include <crypto/aes.h> -#include <crypto/hash.h> -#include <crypto/internal/hash.h> #include <linux/platform_data/crypto-atmel.h> #include <dt-bindings/dma/at91.h> #include "atmel-aes-regs.h" |