diff options
author | Brian Norris <computersforpeace@gmail.com> | 2017-05-02 03:04:52 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-05-22 10:42:29 +0300 |
commit | 0545c1720277dd246bd682b23aee425f3830a14f (patch) | |
tree | 608c59dcf21fe1946de235737d131568b1b2ab7f /drivers/mtd | |
parent | 44d4182e23c555cbfa8b8a0ad2d94664d23850d3 (diff) | |
download | linux-0545c1720277dd246bd682b23aee425f3830a14f.tar.xz |
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')
-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> |