From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932856Ab1FWRXE (ORCPT ); Thu, 23 Jun 2011 13:23:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47772 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932726Ab1FWRXA (ORCPT ); Thu, 23 Jun 2011 13:23:00 -0400 Date: Thu, 23 Jun 2011 13:22:59 -0400 From: Prarit Bhargava To: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org Cc: Prarit Bhargava Message-Id: <20110623172259.27643.25868.sendpatchset@prarit.bos.redhat.com> Content-Type: text/plain; charset=us-ascii Subject: [PATCH 08/35] drivers/crypto changes for SMBIOS and System Firmware Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org drivers/crypto changes for SMBIOS and System Firmware 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 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.7.5.4