From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Sakkinen Subject: Re: [PATCH 1/4] tmp/tpm_crb: drop include to platform_device Date: Mon, 12 Sep 2016 13:47:24 +0300 Message-ID: <20160912104724.GA15636@intel.com> References: <1473635035-14443-1-git-send-email-tomas.winkler@intel.com> <1473635035-14443-2-git-send-email-tomas.winkler@intel.com> <20160912092921.GC5094@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20160912092921.GC5094-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tpmdd-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: Tomas Winkler Cc: tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: tpmdd-devel@lists.sourceforge.net On Mon, Sep 12, 2016 at 12:29:21PM +0300, Jarkko Sakkinen wrote: > On Mon, Sep 12, 2016 at 02:03:52AM +0300, Tomas Winkler wrote: > > The platform device is not used in this driver, drop the > > include to linux/platform_device.h > > > > Signed-off-by: Tomas Winkler > > Reviewed-by: Jarkko Sakkinen Applied. /Jarkko > > /Jarkko > > > --- > > drivers/char/tpm/tpm_crb.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c > > index 82a3ccd52a3a..6a4b32599869 100644 > > --- a/drivers/char/tpm/tpm_crb.c > > +++ b/drivers/char/tpm/tpm_crb.c > > @@ -19,7 +19,6 @@ > > #include > > #include > > #include > > -#include > > #include "tpm.h" > > > > #define ACPI_SIG_TPM2 "TPM2" > > -- > > 2.7.4 > > ------------------------------------------------------------------------------