diff options
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r-- | net/tipc/msg.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 50063664b93f..7b4f4d709b11 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h | |||
@@ -769,21 +769,6 @@ static inline void msg_set_link_tolerance(struct tipc_msg *m, u32 n) | |||
769 | } | 769 | } |
770 | 770 | ||
771 | /* | 771 | /* |
772 | * Routing table message data | ||
773 | */ | ||
774 | |||
775 | |||
776 | static inline u32 msg_remote_node(struct tipc_msg *m) | ||
777 | { | ||
778 | return msg_word(m, msg_hdr_sz(m)/4); | ||
779 | } | ||
780 | |||
781 | static inline void msg_set_remote_node(struct tipc_msg *m, u32 a) | ||
782 | { | ||
783 | msg_set_word(m, msg_hdr_sz(m)/4, a); | ||
784 | } | ||
785 | |||
786 | /* | ||
787 | * Segmentation message types | 772 | * Segmentation message types |
788 | */ | 773 | */ |
789 | 774 | ||