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 1d5S35-0002Mn-Lv for linux-mtd@lists.infradead.org; Tue, 02 May 2017 07:16:41 +0000 Date: Tue, 2 May 2017 09:16:18 +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: <20170502091618.4e576d28@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 Acked-by: Boris Brezillon > --- > 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 >