Commit e99d11d19977c74b18411cdb59cdebb788237a6e
Committed by
Linus Torvalds
1 parent
c8ddb2713c
Exists in
master
and in
7 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
fs/logfs/logfs.h
... | ... | @@ -486,7 +486,7 @@ |
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 | { |