aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/port.c')
-rw-r--r--net/tipc/port.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/net/tipc/port.c b/net/tipc/port.c
index 73f232c1fe15..7873283f4965 100644
--- a/net/tipc/port.c
+++ b/net/tipc/port.c
@@ -983,13 +983,6 @@ int tipc_createport(u32 user_ref,
983 return 0; 983 return 0;
984} 984}
985 985
986int tipc_ownidentity(u32 ref, struct tipc_portid *id)
987{
988 id->ref = ref;
989 id->node = tipc_own_addr;
990 return 0;
991}
992
993int tipc_portimportance(u32 ref, unsigned int *importance) 986int tipc_portimportance(u32 ref, unsigned int *importance)
994{ 987{
995 struct port *p_ptr; 988 struct port *p_ptr;