diff options
author | Patrick McHardy <kaber@trash.net> | 2013-04-17 02:18:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-17 14:18:33 -0400 |
commit | ccc4ba2ea23e4507c174620405c5de7bee328f99 (patch) | |
tree | 41e695e48159c1703faad8e16321a686c68a4568 /net/tipc/bearer.h | |
parent | a6bda459fafd5d017e4a9505d08fe72de5fcdef3 (diff) |
tipc: remove unused str2addr media callback
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/bearer.h')
-rw-r--r-- | net/tipc/bearer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index 39f1192d04bf..cc2d74e1f9f7 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h | |||
@@ -77,7 +77,6 @@ struct tipc_bearer; | |||
77 | * @enable_bearer: routine which enables a bearer | 77 | * @enable_bearer: routine which enables a bearer |
78 | * @disable_bearer: routine which disables a bearer | 78 | * @disable_bearer: routine which disables a bearer |
79 | * @addr2str: routine which converts media address to string | 79 | * @addr2str: routine which converts media address to string |
80 | * @str2addr: routine which converts media address from string | ||
81 | * @addr2msg: routine which converts media address to protocol message area | 80 | * @addr2msg: routine which converts media address to protocol message area |
82 | * @msg2addr: routine which converts media address from protocol message area | 81 | * @msg2addr: routine which converts media address from protocol message area |
83 | * @bcast_addr: media address used in broadcasting | 82 | * @bcast_addr: media address used in broadcasting |
@@ -94,7 +93,6 @@ struct tipc_media { | |||
94 | int (*enable_bearer)(struct tipc_bearer *b_ptr); | 93 | int (*enable_bearer)(struct tipc_bearer *b_ptr); |
95 | void (*disable_bearer)(struct tipc_bearer *b_ptr); | 94 | void (*disable_bearer)(struct tipc_bearer *b_ptr); |
96 | int (*addr2str)(struct tipc_media_addr *a, char *str_buf, int str_size); | 95 | int (*addr2str)(struct tipc_media_addr *a, char *str_buf, int str_size); |
97 | int (*str2addr)(struct tipc_media_addr *a, char *str_buf); | ||
98 | int (*addr2msg)(struct tipc_media_addr *a, char *msg_area); | 96 | int (*addr2msg)(struct tipc_media_addr *a, char *msg_area); |
99 | int (*msg2addr)(struct tipc_media_addr *a, char *msg_area); | 97 | int (*msg2addr)(struct tipc_media_addr *a, char *msg_area); |
100 | struct tipc_media_addr bcast_addr; | 98 | struct tipc_media_addr bcast_addr; |