From: Cyrille Pitchen Date: Thu, 17 Dec 2015 16:48:36 +0000 (+0100) Subject: crypto: atmel-aes - remove unused header includes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7f1cbbc5145fcd6f357cf8932e1d5410777f4d65;p=linux-beck.git crypto: atmel-aes - remove unused header includes Hash headers have nothing to do with AES block ciphers. Signed-off-by: Cyrille Pitchen Signed-off-by: Herbert Xu --- 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 #include #include -#include #include #include #include -#include -#include #include #include #include "atmel-aes-regs.h"