aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/core.c
diff options
context:
space:
mode:
authorAllan Stephens <[email protected]>2008-03-06 23:06:06 +0000
committerDavid S. Miller <[email protected]>2008-03-06 23:06:06 +0000
commit0e0609bbd2ab39a5964a70b409a5567ebbaf3700 (patch)
treefe73762d2bd338404e63511b383a49e5b2bd4113 /net/tipc/core.c
parent[TIPC]: Add argument validation for shutdown() (diff)
downloadkernel-0e0609bbd2ab39a5964a70b409a5567ebbaf3700.tar.gz
kernel-0e0609bbd2ab39a5964a70b409a5567ebbaf3700.zip
[TIPC]: Eliminate "sparse" symbol warnings
This patch eliminates warnings about undeclared symbols. Signed-off-by: Allan Stephens <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/core.c')
-rw-r--r--net/tipc/core.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c
index 9a5eb97684a2..b41b0ac67c0b 100644
--- a/net/tipc/core.c
+++ b/net/tipc/core.c
@@ -48,14 +48,6 @@
#include "subscr.h"
#include "config.h"
-int tipc_eth_media_start(void);
-void tipc_eth_media_stop(void);
-int tipc_handler_start(void);
-void tipc_handler_stop(void);
-int tipc_socket_init(void);
-void tipc_socket_stop(void);
-int tipc_netlink_start(void);
-void tipc_netlink_stop(void);
#define TIPC_MOD_VER "1.6.2"