diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-02-22 00:02:08 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-22 19:54:45 -0800 |
commit | 5747a1aacde268017784a6a56df06c3b40194381 (patch) | |
tree | 50028d0d20bcb77725ca2ea5d0f3605e1295cffe /net | |
parent | c1cf8422f0512c2b14f0d66bce34abb0645c888a (diff) | |
download | linux-3.10-5747a1aacde268017784a6a56df06c3b40194381.tar.gz linux-3.10-5747a1aacde268017784a6a56df06c3b40194381.tar.bz2 linux-3.10-5747a1aacde268017784a6a56df06c3b40194381.zip |
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')
-rw-r--r-- | net/ipv4/ipip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 5079dfbc6f3..c49c4ecfb15 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) |