]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: remove include file port.h
authorJon Paul Maloy <jon.maloy@ericsson.com>
Fri, 22 Aug 2014 22:09:18 +0000 (18:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Aug 2014 18:18:35 +0000 (11:18 -0700)
commit68cdb73c7d913c3db7dc5aafa6c7fbe8101e6e2e
treeae8e430bdf2e9986a3802a006435988c3d9a9991
parentaa985855fac60783f346af76d9e0c36ac8323d9e
tipc: remove include file port.h

We move the inline functions in the file port.h to socket.c, and modify
their names accordingly.

We move struct tipc_port and some macros to socket.h.

Finally, we remove the file port.h.

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/bcast.c
net/tipc/core.c
net/tipc/link.c
net/tipc/name_table.c
net/tipc/net.c
net/tipc/port.h [deleted file]
net/tipc/socket.c
net/tipc/socket.h
net/tipc/subscr.c