OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d83be
)
mtd: mtd_nandecctest: remove unnecessary include
author
Akinobu Mita
<akinobu.mita@gmail.com>
Mon, 3 Sep 2012 12:59:58 +0000
(21:59 +0900)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Sat, 29 Sep 2012 14:34:22 +0000
(15:34 +0100)
Including linux/jiffies.h was required for calling srandom32(jiffies)
that has already been removed.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/tests/mtd_nandecctest.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/tests/mtd_nandecctest.c
b/drivers/mtd/tests/mtd_nandecctest.c
index
f71ed92
..
1051b48
100644
(file)
--- a/
drivers/mtd/tests/mtd_nandecctest.c
+++ b/
drivers/mtd/tests/mtd_nandecctest.c
@@
-4,7
+4,6
@@
#include <linux/random.h>
#include <linux/string.h>
#include <linux/bitops.h>
-#include <linux/jiffies.h>
#include <linux/mtd/nand_ecc.h>
#if defined(CONFIG_MTD_NAND) || defined(CONFIG_MTD_NAND_MODULE)