<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Adrian Bunk &lt;bunk@stusta.de&gt;

This patch removes an unused global function.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 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);
 
_
</pre></body></html>