diff options
Diffstat (limited to 'fs/befs/io.h')
-rw-r--r-- | fs/befs/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/befs/io.h b/fs/befs/io.h index 9b78266..78d7bc6 100644 --- a/fs/befs/io.h +++ b/fs/befs/io.h @@ -5,5 +5,3 @@ struct buffer_head *befs_bread_iaddr(struct super_block *sb, befs_inode_addr iaddr); -struct buffer_head *befs_bread(struct super_block *sb, befs_blocknr_t block); - |