mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
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>
This commit is contained in:
parent
0fc87aaebd
commit
2e84c60b77
9 changed files with 121 additions and 193 deletions
|
@ -38,7 +38,6 @@
|
|||
#include "net.h"
|
||||
#include "name_distr.h"
|
||||
#include "subscr.h"
|
||||
#include "port.h"
|
||||
#include "socket.h"
|
||||
#include "node.h"
|
||||
#include "config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue