diff options
author | Ying Xue <ying.xue@windriver.com> | 2011-08-08 22:45:27 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-09-17 22:55:15 -0400 |
commit | 94362c7e49b2eccf9fe86112b8090939aa2f5355 (patch) | |
tree | d6a1f0c92e880a30d367fd1f51448e4468918121 /net/tipc/config.h | |
parent | 7e2447763c28b8b67af67e757508c1a05c2c85b9 (diff) | |
download | op-kernel-dev-94362c7e49b2eccf9fe86112b8090939aa2f5355.zip op-kernel-dev-94362c7e49b2eccf9fe86112b8090939aa2f5355.tar.gz |
tipc: Remove unused link event tracking code
Elimintes prototype link event tracking functionality that has never
been fleshed out and doesn't do anything useful at the current time.
Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/config.h')
-rw-r--r-- | net/tipc/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/config.h b/net/tipc/config.h index 443159a..80da6eb 100644 --- a/net/tipc/config.h +++ b/net/tipc/config.h @@ -65,7 +65,6 @@ struct sk_buff *tipc_cfg_do_cmd(u32 orig_node, u16 cmd, const void *req_tlv_area, int req_tlv_space, int headroom); -void tipc_cfg_link_event(u32 addr, char *name, int up); int tipc_cfg_init(void); void tipc_cfg_stop(void); |