From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:60355 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757294AbbLXAzF (ORCPT ); Wed, 23 Dec 2015 19:55:05 -0500 Date: Wed, 23 Dec 2015 16:54:46 -0800 From: Greg KH To: Christophe Ricard Cc: sameo@linux.intel.com, linux-nfc@lists.01.org, christophe-h.ricard@st.com, stable@vger.kernel.org Subject: Re: [PATCH v2 01/28] nfc: st-nci: Remove useless #include "ndlc.h" Message-ID: <20151224005446.GA9943@kroah.com> References: <1450910727-3287-1-git-send-email-christophe-h.ricard@st.com> <1450910727-3287-2-git-send-email-christophe-h.ricard@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450910727-3287-2-git-send-email-christophe-h.ricard@st.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Dec 23, 2015 at 11:45:00PM +0100, Christophe Ricard wrote: > Cc: stable@vger.kernel.org > Signed-off-by: Christophe Ricard > --- > drivers/nfc/st-nci/ndlc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/nfc/st-nci/ndlc.c b/drivers/nfc/st-nci/ndlc.c > index 0884b11..50880d7 100644 > --- a/drivers/nfc/st-nci/ndlc.c > +++ b/drivers/nfc/st-nci/ndlc.c > @@ -20,7 +20,6 @@ > #include > > #include "st-nci.h" > -#include "ndlc.h" > > #define NDLC_TIMER_T1 100 > #define NDLC_TIMER_T1_WAIT 400 > -- > 2.1.4 How in this world is this a -stable kernel patch? Please go read Documentation/stable_kernel_rules.txt again...