From: Adrian Bunk This patch removes an unused global function. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- 25-akpm/include/linux/page-flags.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/linux/page-flags.h~mm-page-writebackc-remove-an-unused-function include/linux/page-flags.h --- 25/include/linux/page-flags.h~mm-page-writebackc-remove-an-unused-function 2005-01-23 14:47:42.737700048 -0800 +++ 25-akpm/include/linux/page-flags.h 2005-01-23 14:47:42.740699592 -0800 @@ -305,7 +305,6 @@ extern void __mod_page_state(unsigned of struct page; /* forward declaration */ int test_clear_page_dirty(struct page *page); -int __clear_page_dirty(struct page *page); int test_clear_page_writeback(struct page *page); int test_set_page_writeback(struct page *page); _