From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: [PATCH] crypto: tegra: remove include of Date: Tue, 2 Oct 2012 16:17:40 -0600 Message-ID: <1349216260-917-1-git-send-email-swarren@wwwdotorg.org> Return-path: Sender: linux-crypto-owner@vger.kernel.org To: Herbert Xu , David Miller Cc: linux-crypto@vger.kernel.org, linux-tegra@vger.kernel.org, Stephen Warren List-Id: linux-tegra@vger.kernel.org From: Stephen Warren Nothing from this file is used, and the file will hopefully be deleted soon. Signed-off-by: Stephen Warren --- Herbert, if this patch can get into 3.7 (it's late, I know) then that would be great. If not, may I please request an ack so I can take the change through the Tegra tree in 3.8, since I will probably have cleanup patches that depend on this change. Thanks. --- drivers/crypto/tegra-aes.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/tegra-aes.c b/drivers/crypto/tegra-aes.c index ac236f6..88d860b 100644 --- a/drivers/crypto/tegra-aes.c +++ b/drivers/crypto/tegra-aes.c @@ -41,8 +41,6 @@ #include #include -#include - #include #include #include -- 1.7.0.4