tipc: remove source file port.c
authorJon Paul Maloy <jon.maloy@ericsson.com>
Fri, 22 Aug 2014 22:09:17 +0000 (18:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Aug 2014 18:18:35 +0000 (11:18 -0700)
commit0fc87aaebdfbf2c75112ce17aec093652c682acd
tree8949667991350375d4cbd9e0ff63b7566db36e2c
parent6c9808ce09f778a1de7b207b82cfc36a59cda2d3
tipc: remove source file port.c

In this commit, we move the remaining functions in port.c to
socket.c, and give them new names that correspond to their new
location. We then remove the file port.c.

There are only cosmetic changes to the moved functions.

Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/Makefile
net/tipc/port.c [deleted file]
net/tipc/socket.c