fs: logfs: Fix up MTD=y build.

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>

authored by

Paul Mundt and committed by
Linus Torvalds
e99d11d1 c8ddb271

+1 -1
+1 -1
fs/logfs/logfs.h
··· 486 486 487 487 /* dev_mtd.c */ 488 488 #ifdef CONFIG_MTD 489 - int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr) 489 + int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr); 490 490 #else 491 491 static inline int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr) 492 492 {