diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2012-09-03 21:59:58 +0900 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-09-29 15:34:22 +0100 |
commit | 1f6edadcccfa6a213fd2bbe6f193a78925f8312a (patch) | |
tree | 96a87e1137300e52f5c17dafd0c8d386fccb6c17 /drivers/mtd/tests | |
parent | 74d83beaa229aac7d126ac1ed9414658ff1a89d2 (diff) | |
download | linux-1f6edadcccfa6a213fd2bbe6f193a78925f8312a.tar.bz2 |
mtd: mtd_nandecctest: remove unnecessary include
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>
Diffstat (limited to 'drivers/mtd/tests')
-rw-r--r-- | drivers/mtd/tests/mtd_nandecctest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/tests/mtd_nandecctest.c b/drivers/mtd/tests/mtd_nandecctest.c index f71ed92b932c..1051b4814daa 100644 --- 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) |