diff options
Diffstat (limited to 'fs/jffs2/os-linux.h')
-rw-r--r-- | fs/jffs2/os-linux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/jffs2/os-linux.h b/fs/jffs2/os-linux.h index bd3d5f0ddc34..f4895dda26a3 100644 --- a/fs/jffs2/os-linux.h +++ b/fs/jffs2/os-linux.h | |||
@@ -183,9 +183,6 @@ unsigned char *jffs2_gc_fetch_page(struct jffs2_sb_info *c, | |||
183 | struct jffs2_inode_info *f, | 183 | struct jffs2_inode_info *f, |
184 | unsigned long offset, | 184 | unsigned long offset, |
185 | unsigned long *priv); | 185 | unsigned long *priv); |
186 | void jffs2_gc_release_page(struct jffs2_sb_info *c, | ||
187 | unsigned char *pg, | ||
188 | unsigned long *priv); | ||
189 | void jffs2_flash_cleanup(struct jffs2_sb_info *c); | 186 | void jffs2_flash_cleanup(struct jffs2_sb_info *c); |
190 | 187 | ||
191 | 188 | ||