diff options
Diffstat (limited to 'net/phonet/af_phonet.c')
-rw-r--r-- | net/phonet/af_phonet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phonet/af_phonet.c b/net/phonet/af_phonet.c index 95bc49ddb8bf..81795ea87794 100644 --- a/net/phonet/af_phonet.c +++ b/net/phonet/af_phonet.c | |||
@@ -383,7 +383,7 @@ out: | |||
383 | } | 383 | } |
384 | 384 | ||
385 | static struct packet_type phonet_packet_type = { | 385 | static struct packet_type phonet_packet_type = { |
386 | .type = __constant_htons(ETH_P_PHONET), | 386 | .type = cpu_to_be16(ETH_P_PHONET), |
387 | .dev = NULL, | 387 | .dev = NULL, |
388 | .func = phonet_rcv, | 388 | .func = phonet_rcv, |
389 | }; | 389 | }; |