Commit 5747a1aa authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

ip: ipip compile warning

Get rid of compile warning about non-const format
Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c1cf8422
...@@ -750,7 +750,7 @@ static struct xfrm_tunnel ipip_handler = { ...@@ -750,7 +750,7 @@ static struct xfrm_tunnel ipip_handler = {
.priority = 1, .priority = 1,
}; };
static char banner[] __initdata = static const char banner[] __initconst =
KERN_INFO "IPv4 over IPv4 tunneling driver\n"; KERN_INFO "IPv4 over IPv4 tunneling driver\n";
static void ipip_destroy_tunnels(struct ipip_net *ipn) static void ipip_destroy_tunnels(struct ipip_net *ipn)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment