[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1385658987-16012-1-git-send-email-cristian.stoica@freescale.com>
Date: Thu, 28 Nov 2013 19:16:27 +0200
From: Cristian Stoica <cristian.stoica@...escale.com>
To: <linux-crypto@...r.kernel.org>, <herbert@...dor.apana.org.au>,
<davem@...emloft.net>
CC: <linux-kernel@...r.kernel.org>,
Cristian Stoica <cristian.stoica@...escale.com>
Subject: [PATCH] crypto: remove unnecessary includes
Signed-off-by: Cristian Stoica <cristian.stoica@...escale.com>
---
crypto/authenc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/crypto/authenc.c b/crypto/authenc.c
index 1875e70..7d4bfaa 100644
--- a/crypto/authenc.c
+++ b/crypto/authenc.c
@@ -17,11 +17,8 @@
#include <crypto/scatterwalk.h>
#include <linux/err.h>
#include <linux/init.h>
-#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/rtnetlink.h>
-#include <linux/slab.h>
-#include <linux/spinlock.h>
typedef u8 *(*authenc_ahash_t)(struct aead_request *req, unsigned int flags);
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists