Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753293Ab3J3Vhv (ORCPT ); Wed, 30 Oct 2013 17:37:51 -0400 Received: from mail-ob0-f181.google.com ([209.85.214.181]:57505 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751551Ab3J3Vht (ORCPT ); Wed, 30 Oct 2013 17:37:49 -0400 Date: Wed, 30 Oct 2013 17:37:41 -0400 From: Brian Norris To: Ezequiel Garcia Cc: Wei Yongjun , linux-mtd@lists.infradead.org, yongjun_wei@trendmicro.com.cn, dwmw2@infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] mtd: remove duplicated include from mtdcore.c Message-ID: <20131030213741.GA20059@norris.computersforpeace.net> References: <20131030095640.GC2453@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131030095640.GC2453@localhost> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1224 Lines: 38 On Wed, Oct 30, 2013 at 06:56:41AM -0300, Ezequiel Garcia wrote: > On Wed, Oct 30, 2013 at 01:34:22PM +0800, Wei Yongjun wrote: > > From: Wei Yongjun > > > > Remove duplicated include. > > > > Signed-off-by: Wei Yongjun > > --- > > drivers/mtd/mtdcore.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c > > index 7189089..92311a5 100644 > > --- a/drivers/mtd/mtdcore.c > > +++ b/drivers/mtd/mtdcore.c > > @@ -37,7 +37,6 @@ > > #include > > #include > > #include > > -#include > > > > #include > > #include > > > > > > Acked-by: Ezequiel Garcia Pushed to l2-mtd.git, thanks Wei! It probably could just be squashed into the original patch, but I'm not sure it's actually worth the rebase. Brian -- 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/