diff options
Diffstat (limited to 'fs/jffs/jffs_fm.c')
-rw-r--r-- | fs/jffs/jffs_fm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs/jffs_fm.c b/fs/jffs/jffs_fm.c index 6aab317f56e0..5a95fbdd6fdb 100644 --- a/fs/jffs/jffs_fm.c +++ b/fs/jffs/jffs_fm.c | |||
@@ -30,8 +30,8 @@ static int jffs_mark_obsolete(struct jffs_fmcontrol *fmc, __u32 fm_offset); | |||
30 | static struct jffs_fm *jffs_alloc_fm(void); | 30 | static struct jffs_fm *jffs_alloc_fm(void); |
31 | static void jffs_free_fm(struct jffs_fm *n); | 31 | static void jffs_free_fm(struct jffs_fm *n); |
32 | 32 | ||
33 | extern kmem_cache_t *fm_cache; | 33 | extern struct kmem_cache *fm_cache; |
34 | extern kmem_cache_t *node_cache; | 34 | extern struct kmem_cache *node_cache; |
35 | 35 | ||
36 | #if CONFIG_JFFS_FS_VERBOSE > 0 | 36 | #if CONFIG_JFFS_FS_VERBOSE > 0 |
37 | void | 37 | void |