]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: delete duplicate peerport/peernode helper functions
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 17 Apr 2012 22:36:42 +0000 (18:36 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 19 Apr 2012 19:46:43 +0000 (15:46 -0400)
commit26c7a326413ba6f1f52f48325e76647c7e789f3c
tree5e64f449fc309a6fb9be4e5b954f8ce286abfa62
parent3740b818b66d9066b899293e1141392075078fe7
tipc: delete duplicate peerport/peernode helper functions

Prior to commit b84ca1f30397038b87a8ab46ccb89fc382e9cbe8

    "tipc: Combine port structure with tipc_port structure"

there was a need for the two sets of helper functions.  But
now they are just duplicates.  Remove the globally visible
ones, and mark the remaining ones as inline.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/port.c
net/tipc/port.h