summaryrefslogtreecommitdiff
path: root/net/tipc/Makefile
diff options
context:
space:
mode:
authorJon Paul Maloy <jon.maloy@ericsson.com>2014-08-22 22:09:17 (GMT)
committerDavid S. Miller <davem@davemloft.net>2014-08-23 18:18:35 (GMT)
commit0fc87aaebdfbf2c75112ce17aec093652c682acd (patch)
tree8949667991350375d4cbd9e0ff63b7566db36e2c /net/tipc/Makefile
parent6c9808ce09f778a1de7b207b82cfc36a59cda2d3 (diff)
downloadlinux-0fc87aaebdfbf2c75112ce17aec093652c682acd.tar.xz
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>
Diffstat (limited to 'net/tipc/Makefile')
-rw-r--r--net/tipc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/Makefile b/net/tipc/Makefile
index a080c66..5206a44 100644
--- a/net/tipc/Makefile
+++ b/net/tipc/Makefile
@@ -7,7 +7,7 @@ obj-$(CONFIG_TIPC) := tipc.o
tipc-y += addr.o bcast.o bearer.o config.o \
core.o link.o discover.o msg.o \
name_distr.o subscr.o name_table.o net.o \
- netlink.o node.o node_subscr.o port.o ref.o \
+ netlink.o node.o node_subscr.o ref.o \
socket.o log.o eth_media.o server.o
tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o