mtd: mtd_nandecctest: remove unnecessary include
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Sat Sep 29 10:59:13 EDT 2012
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=1f6edadcccfa6a213fd2bbe6f193a78925f8312a
Commit: 1f6edadcccfa6a213fd2bbe6f193a78925f8312a
Parent: 74d83beaa229aac7d126ac1ed9414658ff1a89d2
Author: Akinobu Mita <akinobu.mita at gmail.com>
AuthorDate: Mon Sep 3 21:59:58 2012 +0900
Committer: David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Sat Sep 29 15:34:22 2012 +0100
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 at gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
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 f71ed92..1051b48 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)
More information about the linux-mtd-cvs
mailing list