diff options
| author | Jon Paul Maloy <[email protected]> | 2014-08-22 22:09:18 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2014-08-23 18:18:35 +0000 |
| commit | 2e84c60b77e4dd96068f568a5971e681bb7e6b68 (patch) | |
| tree | ae8e430bdf2e9986a3802a006435988c3d9a9991 /net/tipc/bcast.c | |
| parent | tipc: remove source file port.c (diff) | |
| download | kernel-2e84c60b77e4dd96068f568a5971e681bb7e6b68.tar.gz kernel-2e84c60b77e4dd96068f568a5971e681bb7e6b68.zip | |
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 <[email protected]>
Reviewed-by: Erik Hugne <[email protected]>
Reviewed-by: Ying Xue <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/bcast.c')
| -rw-r--r-- | net/tipc/bcast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 9510fb2df566..b2bbe69b2554 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c @@ -37,7 +37,6 @@ #include "core.h" #include "link.h" -#include "port.h" #include "socket.h" #include "msg.h" #include "bcast.h" |
