From: Akinobu Mita Date: Mon, 3 Sep 2012 12:59:58 +0000 (+0900) Subject: mtd: mtd_nandecctest: remove unnecessary include X-Git-Tag: v3.7-rc1~70^2~46 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=1f6edadcccfa6a213fd2bbe6f193a78925f8312a;p=cascardo%2Flinux.git 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 Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- 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 #include #include -#include #include #if defined(CONFIG_MTD_NAND) || defined(CONFIG_MTD_NAND_MODULE)