From patchwork Mon Sep 3 12:59:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3,03/11] mtd: mtd_nandecctest: remove unnecessary include Date: Mon, 03 Sep 2012 02:59:58 -0000 From: Akinobu Mita X-Patchwork-Id: 181355 Message-Id: <1346677206-13621-4-git-send-email-akinobu.mita@gmail.com> To: linux-mtd@lists.infradead.org Cc: Artem Bityutskiy , David Woodhouse , Akinobu Mita Including linux/jiffies.h was required for calling srandom32(jiffies) that has already been removed. Signed-off-by: Akinobu Mita Cc: David Woodhouse Cc: linux-mtd@lists.infradead.org Cc: Artem Bityutskiy --- drivers/mtd/tests/mtd_nandecctest.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include #include #if defined(CONFIG_MTD_NAND) || defined(CONFIG_MTD_NAND_MODULE)