From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752234AbcAEGti (ORCPT ); Tue, 5 Jan 2016 01:49:38 -0500 Received: from mga04.intel.com ([192.55.52.120]:61788 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750787AbcAEGtf (ORCPT ); Tue, 5 Jan 2016 01:49:35 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,524,1444719600"; d="scan'208";a="23744195" Date: Tue, 5 Jan 2016 08:49:33 +0200 From: Jarkko Sakkinen To: Jerry Snitselaar Cc: tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tpm: remove unneeded include of actbl2.h Message-ID: <20160105064933.GA5835@intel.com> References: <1451935183-2514-1-git-send-email-jsnitsel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451935183-2514-1-git-send-email-jsnitsel@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 04, 2016 at 12:19:43PM -0700, Jerry Snitselaar wrote: > tpm_tis.c already gets actbl2.h via linux/acpi.h -> acpi/acpi.h -> > acpi/actbl.h -> acpi/actbl2.h, so the direct include in tpm_tis.c > is not needed. > > Signed-off-by: Jerry Snitselaar Acked-by: Jarkko Sakkinen /Jarkko > --- > > Jarrko, this is a trivial thing I noticed while doing some work. > Not sure if you guys care, but thought I'd send it in anyways. > > drivers/char/tpm/tpm_tis.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c > index 65f7eec..461d486 100644 > --- a/drivers/char/tpm/tpm_tis.c > +++ b/drivers/char/tpm/tpm_tis.c > @@ -28,7 +28,6 @@ > #include > #include > #include > -#include > #include "tpm.h" > > enum tis_access { > -- > 2.6.1 >