From: Rashika Kheria Date: Sun, 9 Feb 2014 16:57:41 +0000 (+0530) Subject: net: Move prototype declaration to header file include/net/datalink.h from net/ipx... X-Git-Tag: v3.14-rc3~36^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7780d8ae4ae1960ef7c0570de0a1ecd7b60c8152;p=pandora-kernel.git net: Move prototype declaration to header file include/net/datalink.h from net/ipx/af_ipx.c Move prototype declarations of function to header file include/net/datalink.h from net/ipx/af_ipx.c because they are used by more than one file. This eliminates the following warning in net/ipx/pe2.c: net/ipx/pe2.c:20:24: warning: no previous prototype for ‘make_EII_client’ [-Wmissing-prototypes] net/ipx/pe2.c:32:6: warning: no previous prototype for ‘destroy_EII_client’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- Reading git-diff-tree failed