Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux...
[deliverable/linux.git] / net / ipv4 / ip_gre.c
index 533afaadefd4a25a09b8fd511f43032a57a87238..d9645c94a0678fd76f64ffbbaf40f63184a7e878 100644 (file)
@@ -1288,7 +1288,7 @@ static void ipgre_fb_tunnel_init(struct net_device *dev)
 }
 
 
-static struct net_protocol ipgre_protocol = {
+static const struct net_protocol ipgre_protocol = {
        .handler        =       ipgre_rcv,
        .err_handler    =       ipgre_err,
        .netns_ok       =       1,
This page took 0.02521 seconds and 5 git commands to generate.