From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Subject: Re: [PATCH 49/73] drivers/mtd: delete non-required instances of include Date: Tue, 28 Jan 2014 16:02:16 -0800 Message-ID: <20140129000216.GB8919@ld-irv-0074> References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-50-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1390339396-3479-50-git-send-email-paul.gortmaker@windriver.com> Sender: linux-kernel-owner@vger.kernel.org To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, David Woodhouse , linux-mtd@lists.infradead.org List-Id: linux-arch.vger.kernel.org On Tue, Jan 21, 2014 at 04:22:52PM -0500, Paul Gortmaker wrote: > None of these files are actually using any __init type directives > and hence don't need to include . Most are just a > left over from __devinit and __cpuinit removal, or simply due to > code getting copied from one driver to the next. > > Cc: David Woodhouse > Cc: Brian Norris > Cc: linux-mtd@lists.infradead.org > Signed-off-by: Paul Gortmaker > diff --git a/drivers/mtd/maps/sa1100-flash.c b/drivers/mtd/maps/sa1100-flash.c > index 8fc06bf..3428034e 100644 > --- a/drivers/mtd/maps/sa1100-flash.c > +++ b/drivers/mtd/maps/sa1100-flash.c > @@ -7,7 +7,6 @@ > #include > #include > #include > -#include > #include > #include > #include This file uses __exit_p(), from . So I dropped this hunk and pushed the rest to l2-mtd.git/next. Thanks, Brian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f170.google.com ([209.85.223.170]:46086 "EHLO mail-ie0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932381AbaA2ACU (ORCPT ); Tue, 28 Jan 2014 19:02:20 -0500 Date: Tue, 28 Jan 2014 16:02:16 -0800 From: Brian Norris Subject: Re: [PATCH 49/73] drivers/mtd: delete non-required instances of include Message-ID: <20140129000216.GB8919@ld-irv-0074> References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-50-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390339396-3479-50-git-send-email-paul.gortmaker@windriver.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, David Woodhouse , linux-mtd@lists.infradead.org Message-ID: <20140129000216.QjXeJqFs0GuE2qsxL0maWxIOOcfhaGdqVQxkbsWQvYI@z> On Tue, Jan 21, 2014 at 04:22:52PM -0500, Paul Gortmaker wrote: > None of these files are actually using any __init type directives > and hence don't need to include . Most are just a > left over from __devinit and __cpuinit removal, or simply due to > code getting copied from one driver to the next. > > Cc: David Woodhouse > Cc: Brian Norris > Cc: linux-mtd@lists.infradead.org > Signed-off-by: Paul Gortmaker > diff --git a/drivers/mtd/maps/sa1100-flash.c b/drivers/mtd/maps/sa1100-flash.c > index 8fc06bf..3428034e 100644 > --- a/drivers/mtd/maps/sa1100-flash.c > +++ b/drivers/mtd/maps/sa1100-flash.c > @@ -7,7 +7,6 @@ > #include > #include > #include > -#include > #include > #include > #include This file uses __exit_p(), from . So I dropped this hunk and pushed the rest to l2-mtd.git/next. Thanks, Brian