From: Rashika Kheria Date: Sun, 9 Feb 2014 16:59:14 +0000 (+0530) Subject: net: Move prototype declaration to header file include/net/net_namespace.h from net... X-Git-Tag: v3.14-rc3~36^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535d3ae9c808e6a5248f0524dbc7a9e997cf3288;p=pandora-kernel.git net: Move prototype declaration to header file include/net/net_namespace.h from net/ipx/af_ipx.c Move prototype declaration of function to header file include/net/net_namespace.h from net/ipx/af_ipx.c because they are used by more than one file. This eliminates the following warning in net/ipx/sysctl_net_ipx.c: net/ipx/sysctl_net_ipx.c:33:6: warning: no previous prototype for ‘ipx_register_sysctl’ [-Wmissing-prototypes] net/ipx/sysctl_net_ipx.c:38:6: warning: no previous prototype for ‘ipx_unregister_sysctl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Signed-off-by: David S. Miller --- Reading git-diff-tree failed