From: Adrian Bunk This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- 25-akpm/fs/ncpfs/ncplib_kernel.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ncpfs/ncplib_kernel.c~fs-ncpfs-ncplib_kernelc-make-a-function-static fs/ncpfs/ncplib_kernel.c --- 25/fs/ncpfs/ncplib_kernel.c~fs-ncpfs-ncplib_kernelc-make-a-function-static Mon Feb 7 15:19:01 2005 +++ 25-akpm/fs/ncpfs/ncplib_kernel.c Mon Feb 7 15:19:01 2005 @@ -933,7 +933,7 @@ int ncp_search_for_fileset(struct ncp_se return 0; } -int +static int ncp_RenameNSEntry(struct ncp_server *server, struct inode *old_dir, char *old_name, __le16 old_type, struct inode *new_dir, char *new_name) _