Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
This commit is contained in:
commit
ce2f6fb8bd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue