Skip to content

Commit

Permalink
[MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #include
Browse files Browse the repository at this point in the history
Removed duplicated include <asm/div64.h> in
drivers/mtd/nand/nandsim.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Huang Weiyi authored and David Woodhouse committed Aug 11, 2008
1 parent c314dfd commit d483492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mtd/nand/nandsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include <linux/delay.h>
#include <linux/list.h>
#include <linux/random.h>
#include <asm/div64.h>

/* Default simulator parameters values */
#if !defined(CONFIG_NANDSIM_FIRST_ID_BYTE) || \
Expand Down

0 comments on commit d483492

Please sign in to comment.