aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ipip.c')
-rw-r--r--net/ipv4/ipip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c
index 5079dfbc6f38..c49c4ecfb154 100644
--- a/net/ipv4/ipip.c
+++ b/net/ipv4/ipip.c
@@ -750,7 +750,7 @@ static struct xfrm_tunnel ipip_handler = {
750 .priority = 1, 750 .priority = 1,
751}; 751};
752 752
753static char banner[] __initdata = 753static const char banner[] __initconst =
754 KERN_INFO "IPv4 over IPv4 tunneling driver\n"; 754 KERN_INFO "IPv4 over IPv4 tunneling driver\n";
755 755
756static void ipip_destroy_tunnels(struct ipip_net *ipn) 756static void ipip_destroy_tunnels(struct ipip_net *ipn)