]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/ieee802154/6lowpan_rtnl.c
ieee802154: Convert uses of __constant_<foo> to <foo>
[mirror_ubuntu-jammy-kernel.git] / net / ieee802154 / 6lowpan_rtnl.c
index 1bbab8952f77e8f1da96fc5b876d63a63c857032..48a8f52b59915931ed37f822b12a9b7978ef86b7 100644 (file)
@@ -613,7 +613,7 @@ static struct notifier_block lowpan_dev_notifier = {
 };
 
 static struct packet_type lowpan_packet_type = {
-       .type = __constant_htons(ETH_P_IEEE802154),
+       .type = htons(ETH_P_IEEE802154),
        .func = lowpan_rcv,
 };