From: Adrian Bunk <bunk@stusta.de>

This patch makes a needlessly global function static.

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

 25-akpm/fs/proc/kcore.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/proc/kcore.c~fs-proc-kcorec-make-a-function-static fs/proc/kcore.c
--- 25/fs/proc/kcore.c~fs-proc-kcorec-make-a-function-static	2005-02-24 21:18:59.000000000 -0800
+++ 25-akpm/fs/proc/kcore.c	2005-02-24 21:18:59.000000000 -0800
@@ -97,7 +97,7 @@ static size_t get_kcore_size(int *nphdr,
 /*
  * determine size of ELF note
  */
-int notesize(struct memelfnote *en)
+static int notesize(struct memelfnote *en)
 {
 	int sz;
 
_