diff options
Diffstat (limited to 'net/tipc/msg.h')
| -rw-r--r-- | net/tipc/msg.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 9d643a1b7d22..6948d3dbab0b 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h | |||
| @@ -438,16 +438,6 @@ static inline void msg_set_nametype(struct tipc_msg *m, u32 n) | |||
| 438 | msg_set_word(m, 8, n); | 438 | msg_set_word(m, 8, n); |
| 439 | } | 439 | } |
| 440 | 440 | ||
| 441 | static inline void msg_set_timestamp(struct tipc_msg *m, u32 n) | ||
| 442 | { | ||
| 443 | msg_set_word(m, 8, n); | ||
| 444 | } | ||
| 445 | |||
| 446 | static inline u32 msg_timestamp(struct tipc_msg *m) | ||
| 447 | { | ||
| 448 | return msg_word(m, 8); | ||
| 449 | } | ||
| 450 | |||
| 451 | static inline u32 msg_nameinst(struct tipc_msg *m) | 441 | static inline u32 msg_nameinst(struct tipc_msg *m) |
| 452 | { | 442 | { |
| 453 | return msg_word(m, 9); | 443 | return msg_word(m, 9); |
