From: Adrian Bunk <bunk@stusta.de>

The patch below makes struct script_format in fs/binfmt_script.c static.

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

 /dev/null                  |    0 
 25-akpm/fs/binfmt_script.c |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/binfmt_script.c~binfmt_scriptc-make-struct-script_format-static-fwd fs/binfmt_script.c
--- 25/fs/binfmt_script.c~binfmt_scriptc-make-struct-script_format-static-fwd	Thu Dec  9 13:36:54 2004
+++ 25-akpm/fs/binfmt_script.c	Thu Dec  9 13:36:54 2004
@@ -96,7 +96,7 @@ static int load_script(struct linux_binp
 	return search_binary_handler(bprm,regs);
 }
 
-struct linux_binfmt script_format = {
+static struct linux_binfmt script_format = {
 	.module		= THIS_MODULE,
 	.load_binary	= load_script,
 };
diff -L fs/binfmt_script.c.old -puN /dev/null /dev/null
_