aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.h
diff options
context:
space:
mode:
authorAllan Stephens <Allan.Stephens@windriver.com>2010-11-30 07:01:03 -0500
committerDavid S. Miller <davem@davemloft.net>2010-12-02 16:34:06 -0500
commitb924dcf0038b8f83e65b44f679ad480d44f85aa6 (patch)
tree35efb719aa88def31d7acab12e99e97c07b11f3c /net/tipc/port.h
parent12bae479ee414f45ad8fe93530f5b6ea241bde3f (diff)
tipc: Delete tipc_ownidentity()
Moves the content of the native API routine tipc_ownidentity() into the sole routine that calls it, since it can no longer be called in isolation. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r--net/tipc/port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h
index 3f6c0aaa171d..3a807fcec2be 100644
--- a/net/tipc/port.h
+++ b/net/tipc/port.h
@@ -191,8 +191,6 @@ int tipc_createport(unsigned int tipc_user, void *usr_handle,
191 191
192int tipc_deleteport(u32 portref); 192int tipc_deleteport(u32 portref);
193 193
194int tipc_ownidentity(u32 portref, struct tipc_portid *port);
195
196int tipc_portimportance(u32 portref, unsigned int *importance); 194int tipc_portimportance(u32 portref, unsigned int *importance);
197int tipc_set_portimportance(u32 portref, unsigned int importance); 195int tipc_set_portimportance(u32 portref, unsigned int importance);
198 196