From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf0-x244.google.com ([2607:f8b0:400e:c00::244]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d5LJn-0001lS-P8 for linux-mtd@lists.infradead.org; Tue, 02 May 2017 00:05:29 +0000 Received: by mail-pf0-x244.google.com with SMTP id b23so13803079pfc.0 for ; Mon, 01 May 2017 17:05:07 -0700 (PDT) From: Brian Norris To: , Boris Brezillon Cc: Richard Weinberger , Brian Norris , Marek Vasut , Cyrille Pitchen Subject: [PATCH] mtd: nand: drop unneeded module.h include Date: Mon, 1 May 2017 17:04:52 -0700 Message-Id: <20170502000455.13240-3-computersforpeace@gmail.com> In-Reply-To: <20170502000455.13240-1-computersforpeace@gmail.com> References: <20170502000455.13240-1-computersforpeace@gmail.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , nand_ids isn't a separate module anymore and doesn't need this header. Signed-off-by: Brian Norris --- 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 -- 2.13.0.rc1.294.g07d810a77f-goog