From: Adrian Bunk <bunk@stusta.de>

This patch makes a needlesly global function static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 fs/isofs/rock.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/isofs/rock.c~rock-remove-MAYBE_CONTINUE-fix fs/isofs/rock.c
--- 25/fs/isofs/rock.c~rock-remove-MAYBE_CONTINUE-fix	2005-04-26 03:43:54.214073760 -0700
+++ 25-akpm/fs/isofs/rock.c	2005-04-26 03:43:54.218073152 -0700
@@ -76,7 +76,7 @@ static void init_rock_state(struct rock_
  * Returns 0 if the caller should continue scanning, 1 if the scan must end
  * and -ve on error.
  */
-int rock_continue(struct rock_state *rs)
+static int rock_continue(struct rock_state *rs)
 {
 	int ret = 1;
 
_