fs: remove the nobh helpers
[linux-2.6-microblaze.git] / include / linux / mpage.h
index 43986f7..1bdc39d 100644 (file)
@@ -19,7 +19,5 @@ void mpage_readahead(struct readahead_control *, get_block_t get_block);
 int mpage_read_folio(struct folio *folio, get_block_t get_block);
 int mpage_writepages(struct address_space *mapping,
                struct writeback_control *wbc, get_block_t get_block);
-int mpage_writepage(struct page *page, get_block_t *get_block,
-               struct writeback_control *wbc);
 
 #endif