diff options
| -rw-r--r-- | net/tipc/bearer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bearer.c b/net/tipc/bearer.c index 89c4c2d23ac0..7f1f95c57476 100644 --- a/net/tipc/bearer.c +++ b/net/tipc/bearer.c | |||
| @@ -575,7 +575,7 @@ static int tipc_l2_device_event(struct notifier_block *nb, unsigned long evt, | |||
| 575 | } | 575 | } |
| 576 | 576 | ||
| 577 | static struct packet_type tipc_packet_type __read_mostly = { | 577 | static struct packet_type tipc_packet_type __read_mostly = { |
| 578 | .type = __constant_htons(ETH_P_TIPC), | 578 | .type = htons(ETH_P_TIPC), |
| 579 | .func = tipc_l2_rcv_msg, | 579 | .func = tipc_l2_rcv_msg, |
| 580 | }; | 580 | }; |
| 581 | 581 | ||
