matroxfb: get rid of unneeded macros WPMINFO and friends
[platform/kernel/linux-arm64.git] / net / ipv4 / udplite.c
index c784891..95248d7 100644 (file)
@@ -25,7 +25,7 @@ static void udplite_err(struct sk_buff *skb, u32 info)
        __udp4_lib_err(skb, info, &udplite_table);
 }
 
-static struct net_protocol udplite_protocol = {
+static const struct net_protocol udplite_protocol = {
        .handler        = udplite_rcv,
        .err_handler    = udplite_err,
        .no_policy      = 1,