Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755713AbcLSNkp (ORCPT ); Mon, 19 Dec 2016 08:40:45 -0500 Received: from mga06.intel.com ([134.134.136.31]:20477 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755662AbcLSNkm (ORCPT ); Mon, 19 Dec 2016 08:40:42 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,373,1477983600"; d="scan'208";a="41494489" Date: Mon, 19 Dec 2016 15:40:38 +0200 From: Jarkko Sakkinen To: Corentin Labbe Cc: peterhuewe@gmx.de, tpmdd@selhorst.net, jgunthorpe@obsidianresearch.com, tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tpm/st33zp24: Remove unneeded linux/miscdevice.h include Message-ID: <20161219134038.rmhd3chfw3jhxyks@intel.com> References: <20161215171017.30381-1-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161215171017.30381-1-clabbe.montjoie@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 31 On Thu, Dec 15, 2016 at 06:10:17PM +0100, Corentin Labbe wrote: > tpm/st33zp24/st33zp24.c does not use any miscdevice so this patch remove > this unnecessary inclusion. > > Signed-off-by: Corentin Labbe Reviewed-by: Jarkko Sakkinen Applied. /Jarkko > --- > drivers/char/tpm/st33zp24/st33zp24.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/char/tpm/st33zp24/st33zp24.c b/drivers/char/tpm/st33zp24/st33zp24.c > index 6f060c7..e8e0f7c 100644 > --- a/drivers/char/tpm/st33zp24/st33zp24.c > +++ b/drivers/char/tpm/st33zp24/st33zp24.c > @@ -18,7 +18,6 @@ > > #include > #include > -#include > #include > #include > #include > -- > 2.10.2 >