Browse Source

Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6

Steve French 14 years ago
parent
commit
ce2f6fb8bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/logfs/logfs.h

+ 1 - 1
fs/logfs/logfs.h

@@ -486,7 +486,7 @@ static inline int logfs_get_sb_bdev(struct logfs_super *s,
 
 
 /* dev_mtd.c */
 /* dev_mtd.c */
 #ifdef CONFIG_MTD
 #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
 #else
 static inline int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
 static inline int logfs_get_sb_mtd(struct logfs_super *s, int mtdnr)
 {
 {