mtd: nand_bbt: drop unnecessary header

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jun 23 10:59:01 PDT 2015


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=a2281e821fc4f75d75c4c2d08398a8884b7d7632
Commit:     a2281e821fc4f75d75c4c2d08398a8884b7d7632
Parent:     b787f68c36d49bb1d9236f403813641efa74a031
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Sat Feb 28 02:13:09 2015 -0800
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Wed May 6 20:02:33 2015 -0700

    mtd: nand_bbt: drop unnecessary header
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
 drivers/mtd/nand/nand_bbt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_bbt.c b/drivers/mtd/nand/nand_bbt.c
index 9bb8453..307a285 100644
--- a/drivers/mtd/nand/nand_bbt.c
+++ b/drivers/mtd/nand/nand_bbt.c
@@ -64,7 +64,6 @@
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/bbm.h>
 #include <linux/mtd/nand.h>
-#include <linux/mtd/nand_ecc.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
 #include <linux/vmalloc.h>



More information about the linux-mtd-cvs mailing list