summaryrefslogtreecommitdiffstats
path: root/include/net/tipc
diff options
context:
space:
mode:
authorAllan Stephens2008-03-07 00:05:07 +0100
committerDavid S. Miller2008-03-07 00:05:07 +0100
commit8c8696553aa3895c2ad4289537e4af45a8877b62 (patch)
tree652981cb99b1300cc56d939f8f5c2997f4054b52 /include/net/tipc
parent[IPV6]: Fix powerpc allmodconfig build warnings. (diff)
downloadkernel-qcow2-linux-8c8696553aa3895c2ad4289537e4af45a8877b62.tar.gz
kernel-qcow2-linux-8c8696553aa3895c2ad4289537e4af45a8877b62.tar.xz
kernel-qcow2-linux-8c8696553aa3895c2ad4289537e4af45a8877b62.zip
[TIPC]: Removal of message header option code
This patch removes code associated with optional, user-specified fields of the TIPC message header. Such fields were never utilized by TIPC, and have now been removed from the protocol specification. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tipc')
-rw-r--r--include/net/tipc/tipc_port.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/net/tipc/tipc_port.h b/include/net/tipc/tipc_port.h
index cfc4ba46de8f..c9b36b77a0b9 100644
--- a/include/net/tipc/tipc_port.h
+++ b/include/net/tipc/tipc_port.h
@@ -86,13 +86,6 @@ u32 tipc_createport_raw(void *usr_handle,
void (*wakeup)(struct tipc_port *),
const u32 importance);
-/*
- * tipc_set_msg_option(): port must be locked.
- */
-int tipc_set_msg_option(struct tipc_port *tp_ptr,
- const char *opt,
- const u32 len);
-
int tipc_reject_msg(struct sk_buff *buf, u32 err);
int tipc_send_buf_fast(struct sk_buff *buf, u32 destnode);