]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
fs: logfs: Fix up MTD=y build.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 1 Nov 2010 20:29:21 +0000 (05:29 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Nov 2010 20:34:56 +0000 (16:34 -0400)
Commit 7d945a3aa760 ("logfs get_sb, part 3") broke the logfs build when
CONFIG_MTD is set due to a mangled logfs_get_sb_mtd() definition.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/logfs/logfs.h

index cd51a36b37f0956bf7eafde8ced983d5ae437b05..57afd4a6fabbb992b0b08ea9bb5399071ea576c2 100644 (file)
@@ -486,7 +486,7 @@ static inline int logfs_get_sb_bdev(struct logfs_super *s,
 
 /* dev_mtd.c */
 #ifdef CONFIG_MTD
-int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
+int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr);
 #else
 static inline int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
 {