mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +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:
committed by
David S. Miller
parent
0fc87aaebd
commit
2e84c60b77
@@ -39,7 +39,7 @@
|
||||
#include "name_table.h"
|
||||
#include "subscr.h"
|
||||
#include "config.h"
|
||||
#include "port.h"
|
||||
#include "socket.h"
|
||||
|
||||
#include <linux/module.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user