From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <52E91180.9080807@windriver.com> Date: Wed, 29 Jan 2014 09:34:40 -0500 From: Paul Gortmaker MIME-Version: 1.0 To: Brian Norris Subject: Re: [PATCH 49/73] drivers/mtd: delete non-required instances of include References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-50-git-send-email-paul.gortmaker@windriver.com> <20140129000216.GB8919@ld-irv-0074> In-Reply-To: <20140129000216.GB8919@ld-irv-0074> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: linux-arch@vger.kernel.org, linux-mtd@lists.infradead.org, David Woodhouse , linux-kernel@vger.kernel.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 14-01-28 07:02 PM, Brian Norris wrote: > 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! Not sure why that got caught up in the review, since I had __exit in my regex filter. It had module.h so I never caught the false positive in my build testing either. Paul. -- > > Thanks, > Brian >