From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.free-electrons.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dAMwq-0005jH-KS for linux-mtd@lists.infradead.org; Mon, 15 May 2017 20:50:34 +0000 Date: Mon, 15 May 2017 22:50:01 +0200 From: Boris Brezillon To: Brian Norris Cc: , Richard Weinberger , Marek Vasut , Cyrille Pitchen Subject: Re: [PATCH] mtd: nand: drop unneeded module.h include Message-ID: <20170515225001.1f98424e@bbrezillon> In-Reply-To: <20170502000455.13240-3-computersforpeace@gmail.com> References: <20170502000455.13240-1-computersforpeace@gmail.com> <20170502000455.13240-3-computersforpeace@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 1 May 2017 17:04:52 -0700 Brian Norris wrote: > nand_ids isn't a separate module anymore and doesn't need this header. > > Signed-off-by: Brian Norris Applied to nand/fixes. Thanks, Boris > --- > drivers/mtd/nand/nand_ids.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c > index 9d5ca0e540b5..92e2cf8e9ff9 100644 > --- a/drivers/mtd/nand/nand_ids.c > +++ b/drivers/mtd/nand/nand_ids.c > @@ -6,7 +6,6 @@ > * published by the Free Software Foundation. > * > */ > -#include > #include > #include >