Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[deliverable/linux.git] / net / ipv4 / udplite.c
index c784891cb7e57b3f037b26f858c714bfc9614a33..95248d7f75ec43f9952f78d24b3ff1beaaa3e331 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,
This page took 0.026881 seconds and 5 git commands to generate.