diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 5079dfbc6f38b1423b537cd9f8ba27ab2a08c685..c49c4ecfb1541c06db42d3501f0938d3c85d66a6 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c @@ -750,7 +750,7 @@ static struct xfrm_tunnel ipip_handler = { .priority = 1, }; -static char banner[] __initdata = +static const char banner[] __initconst = KERN_INFO "IPv4 over IPv4 tunneling driver\n"; static void ipip_destroy_tunnels(struct ipip_net *ipn)