From: Prarit Bhargava Subject: [PATCH 08/34] drivers/crypto changes for SMBIOS and System Firmware Date: Mon, 18 Jul 2011 09:08:22 -0400 Message-ID: <1310994528-26276-9-git-send-email-prarit@redhat.com> References: <1310994528-26276-1-git-send-email-prarit@redhat.com> Cc: Prarit Bhargava , linux-crypto@vger.kernel.org To: linux-kernel@vger.kernel.org Return-path: In-Reply-To: <1310994528-26276-1-git-send-email-prarit@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org As part of the new SMBIOS and System Firmware code: - cleanup of includes for dmi.h and mod_devicetable.h which were included in some files that did not need them Cc: linux-crypto@vger.kernel.org Signed-off-by: Prarit Bhargava --- drivers/crypto/amcc/crypto4xx_sa.c | 1 - drivers/crypto/hifn_795x.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/amcc/crypto4xx_sa.c b/drivers/crypto/amcc/crypto4xx_sa.c index de8a7a4..2995fe7 100644 --- a/drivers/crypto/amcc/crypto4xx_sa.c +++ b/drivers/crypto/amcc/crypto4xx_sa.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c index a84250a..9ada5b5 100644 --- a/drivers/crypto/hifn_795x.c +++ b/drivers/crypto/hifn_795x.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include -- 1.6.5.2