aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r--net/tipc/port.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h
index 711b4a0fa443..3f6c0aaa171d 100644
--- a/net/tipc/port.h
+++ b/net/tipc/port.h
@@ -222,8 +222,6 @@ int tipc_disconnect_port(struct tipc_port *tp_ptr);
222/* 222/*
223 * TIPC messaging routines 223 * TIPC messaging routines
224 */ 224 */
225#define TIPC_PORT_IMPORTANCE 100 /* send using current port setting */
226
227int tipc_send(u32 portref, unsigned int num_sect, struct iovec const *msg_sect); 225int tipc_send(u32 portref, unsigned int num_sect, struct iovec const *msg_sect);
228 226
229int tipc_send2name(u32 portref, struct tipc_name const *name, u32 domain, 227int tipc_send2name(u32 portref, struct tipc_name const *name, u32 domain,