diff options
author | Brian Norris <computersforpeace@gmail.com> | 2017-05-01 20:04:52 -0400 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-05-22 03:42:29 -0400 |
commit | 0545c1720277dd246bd682b23aee425f3830a14f (patch) | |
tree | 608c59dcf21fe1946de235737d131568b1b2ab7f | |
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>
-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 @@ | |||
6 | * published by the Free Software Foundation. | 6 | * published by the Free Software Foundation. |
7 | * | 7 | * |
8 | */ | 8 | */ |
9 | #include <linux/module.h> | ||
10 | #include <linux/mtd/nand.h> | 9 | #include <linux/mtd/nand.h> |
11 | #include <linux/sizes.h> | 10 | #include <linux/sizes.h> |
12 | 11 | ||