diff options
author | Brian Norris <computersforpeace@gmail.com> | 2017-05-01 17:04:52 -0700 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-05-22 09:42:29 +0200 |
commit | 0545c1720277dd246bd682b23aee425f3830a14f (patch) | |
tree | 608c59dcf21fe1946de235737d131568b1b2ab7f /drivers/mtd/nand/nand_ids.c | |
parent | 44d4182e23c555cbfa8b8a0ad2d94664d23850d3 (diff) |
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@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd/nand/nand_ids.c')
-rw-r--r-- | drivers/mtd/nand/nand_ids.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/module.h> #include <linux/mtd/nand.h> #include <linux/sizes.h> |