Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932669Ab3COVWD (ORCPT ); Fri, 15 Mar 2013 17:22:03 -0400 Received: from mail-la0-f50.google.com ([209.85.215.50]:58401 "EHLO mail-la0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932442Ab3COVWC (ORCPT ); Fri, 15 Mar 2013 17:22:02 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Kent Yoder Date: Fri, 15 Mar 2013 16:21:30 -0500 Message-ID: Subject: Re: [PATCH -next] char/tpm/tpm_i2c_stm_st33: remove duplicated include from tpm_i2c_stm_st33.c To: Wei Yongjun Cc: key@linux.vnet.ibm.com, mail@srajiv.net, tpmdd@selhorst.net, tpmdd@sirrix.com, yongjun_wei@trendmicro.com.cn, tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1646 Lines: 49 On Mon, Mar 11, 2013 at 9:20 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Remove duplicated include. HI Wei, thanks for the patch. I've already staged the same patch for inclusion in the next pull request for TPM drivers here: https://github.com/shpedoikal/linux/commit/6c09a9f5fcb3955afbae2e5a279c5d23481aab77 Thanks, Kent > Signed-off-by: Wei Yongjun > --- > drivers/char/tpm/tpm_i2c_stm_st33.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/char/tpm/tpm_i2c_stm_st33.c b/drivers/char/tpm/tpm_i2c_stm_st33.c > index 1f5f71e..4e42c62 100644 > --- a/drivers/char/tpm/tpm_i2c_stm_st33.c > +++ b/drivers/char/tpm/tpm_i2c_stm_st33.c > @@ -36,7 +36,6 @@ > #include > #include > #include > -#include > #include > #include > #include > @@ -50,7 +49,6 @@ > #include > #include > #include > -#include > > #include "tpm.h" > #include "tpm_i2c_stm_st33.h" > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/