From: Andrew Morton Date: Wed, 9 Nov 2005 05:34:27 +0000 (-0800) Subject: [PATCH] mtd: rfd_ftl build fix X-Git-Tag: v2.6.15-rc1~397 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b80b5832ffc03cb5e2af9bb12c04836190a74481;p=~emulex%2Finfiniband.git [PATCH] mtd: rfd_ftl build fix drivers/mtd/rfd_ftl.c: In function `find_free_block': drivers/mtd/rfd_ftl.c:528: error: `jiffies' undeclared (first use in this function) drivers/mtd/rfd_ftl.c:528: error: (Each undeclared identifier is reported only once drivers/mtd/rfd_ftl.c:528: error: for each function it appears in.) Cc: Thomas Gleixner Cc: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/mtd/rfd_ftl.c b/drivers/mtd/rfd_ftl.c index 041ee59ea77..0ab8d29caee 100644 --- a/drivers/mtd/rfd_ftl.c +++ b/drivers/mtd/rfd_ftl.c @@ -18,6 +18,7 @@ #include #include #include +#include #include