mtd: nand: drop unneeded module.h include

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Jun 1 11:59:01 PDT 2017


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=0545c1720277dd246bd682b23aee425f3830a14f
Commit:     0545c1720277dd246bd682b23aee425f3830a14f
Parent:     44d4182e23c555cbfa8b8a0ad2d94664d23850d3
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Mon May 1 17:04:52 2017 -0700
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Mon May 22 09:42:29 2017 +0200

    mtd: nand: drop unneeded module.h include
    
    nand_ids isn't a separate module anymore and doesn't need this header.
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 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 9d5ca0e..92e2cf8 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 <linux/module.h>
 #include <linux/mtd/nand.h>
 #include <linux/sizes.h>
 



More information about the linux-mtd-cvs mailing list