Skip to content

Commit

Permalink
[MTD] Clean up duplicate includes in drivers/mtd/
Browse files Browse the repository at this point in the history
This patch cleans up duplicate includes in
	drivers/mtd/

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
Jesper Juhl authored and David Woodhouse committed Jul 23, 2007
1 parent 30eb0db commit 4cfff0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/mtd/chips/jedec_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/init.h>

#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/mtd/nand/excite_nandflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/kernel.h>

#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
Expand Down

0 comments on commit 4cfff0d

Please sign in to comment.