From: Adrian Bunk This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- 25-akpm/kernel/acct.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/acct.c~kernel-acctc-make-a-function-static kernel/acct.c --- 25/kernel/acct.c~kernel-acctc-make-a-function-static Tue Jan 18 14:34:51 2005 +++ 25-akpm/kernel/acct.c Tue Jan 18 14:34:51 2005 @@ -170,7 +170,7 @@ out: * * NOTE: acct_globals.lock MUST be held on entry and exit. */ -void acct_file_reopen(struct file *file) +static void acct_file_reopen(struct file *file) { struct file *old_acct = NULL; _