aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2009-02-22 03:02:08 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-22 22:54:45 -0500
commit5747a1aacde268017784a6a56df06c3b40194381 (patch)
tree50028d0d20bcb77725ca2ea5d0f3605e1295cffe /net/ipv4/ipip.c
parentc1cf8422f0512c2b14f0d66bce34abb0645c888a (diff)
ip: ipip compile warning
Get rid of compile warning about non-const format Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
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)