From: Cyrille Pitchen Date: Thu, 17 Dec 2015 16:48:36 +0000 (+0100) Subject: crypto: atmel-aes - remove unused header includes X-Git-Tag: drm-fsl-dcu-for-next~1874^2~25 X-Git-Url: http://git.agner.ch/gitweb/?a=commitdiff_plain;h=7f1cbbc5145fcd6f357cf8932e1d5410777f4d65;p=linux-drm-fsl-dcu.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"