aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/tipc/bearer.c2
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
577static struct packet_type tipc_packet_type __read_mostly = { 577static 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