From: Stephen Hemminger Date: Sun, 22 Feb 2009 08:02:08 +0000 (-0800) Subject: ip: ipip compile warning X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5747a1aacde268017784a6a56df06c3b40194381;p=deliverable%2Flinux.git ip: ipip compile warning Get rid of compile warning about non-const format Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- 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 = { .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)