From: Rashika Kheria Date: Sun, 9 Feb 2014 16:54:33 +0000 (+0530) Subject: net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.c X-Git-Tag: v3.14-rc3~36^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=493cc5e5ba450356560cc12a8f71ff6a8574c91c;p=pandora-kernel.git net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.c Move prototype definition of function to header file include/net/ipx.h from net/ipx/ipx_route.c because they are used by more than one file. This eliminates the following warning from net/ipx/af_ipx.c: net/ipx/af_ipx.c:193:23: warning: no previous prototype for ‘ipxitf_find_using_net’ [-Wmissing-prototypes] net/ipx/af_ipx.c:577:5: warning: no previous prototype for ‘ipxitf_send’ [-Wmissing-prototypes] net/ipx/af_ipx.c:1219:8: warning: no previous prototype for ‘ipx_cksum’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- Reading git-diff-tree failed