]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ieee802154/af_ieee802154.c
ieee802154: Convert uses of __constant_<foo> to <foo>
[karo-tx-linux.git] / net / ieee802154 / af_ieee802154.c
index 40e606f3788f11f5dcdeb59420ff18a4ec24eab1..a56ab9c47278a52aa657598651df52d3146a6500 100644 (file)
@@ -326,7 +326,7 @@ drop:
 
 
 static struct packet_type ieee802154_packet_type = {
-       .type = __constant_htons(ETH_P_IEEE802154),
+       .type = htons(ETH_P_IEEE802154),
        .func = ieee802154_rcv,
 };