diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2014-02-09 17:59:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-10 02:32:50 +0100 |
commit | 535d3ae9c808e6a5248f0524dbc7a9e997cf3288 (patch) | |
tree | 5d51203908e474c06ce99ee0bb7612896e0c2354 /security | |
parent | net: Move prototype declaration to header file include/net/datalink.h from ne... (diff) | |
download | linux-535d3ae9c808e6a5248f0524dbc7a9e997cf3288.tar.xz linux-535d3ae9c808e6a5248f0524dbc7a9e997cf3288.zip |
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 <rashika.kheria@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions