]> git.hungrycats.org Git - linux/commitdiff
[PATCH] include buffer_head.h in actual users instead of fs.h (4/10)
authorChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:52:16 +0000 (22:52 -0700)
committerChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:52:16 +0000 (22:52 -0700)
Remove two unused declarations in fs/jffs/intrep.h.

fs/jffs/intrep.h

index 53705880116792c118208864dfc791a070964173..cbd4ed790490d27d881dd1159406538b3efa5279 100644 (file)
@@ -85,7 +85,4 @@ int jffs_print_file(struct jffs_file *f);
 void jffs_print_hash_table(struct jffs_control *c);
 void jffs_print_tree(struct jffs_file *first_file, int indent);
 
-struct buffer_head *jffs_get_write_buffer(kdev_t dev, int block);
-void jffs_put_write_buffer(struct buffer_head *bh);
-
 #endif /* __LINUX_JFFS_INTREP_H__  */