]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: mtd_nandecctest: remove unnecessary include
authorAkinobu Mita <akinobu.mita@gmail.com>
Mon, 3 Sep 2012 12:59:58 +0000 (21:59 +0900)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 29 Sep 2012 14:34:22 +0000 (15:34 +0100)
commit1f6edadcccfa6a213fd2bbe6f193a78925f8312a
tree96a87e1137300e52f5c17dafd0c8d386fccb6c17
parent74d83beaa229aac7d126ac1ed9414658ff1a89d2
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>
drivers/mtd/tests/mtd_nandecctest.c