This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
--- This patch was already sent on: - 8 Jan 2005 --- linux-2.6.10-mm2-full/fs/ncpfs/ncplib_kernel.c.old 2005-01-08 04:31:10.000000000 +0100 +++ linux-2.6.10-mm2-full/fs/ncpfs/ncplib_kernel.c 2005-01-08 04:31:19.000000000 +0100 @@ -933,7 +933,7 @@ 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) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/