1
0
Fork 0

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>
hifive-unleashed-5.1
Stephen Hemminger 2009-02-22 00:02:08 -08:00 committed by David S. Miller
parent c1cf8422f0
commit 5747a1aacd
1 changed files with 1 additions and 1 deletions

View File

@ -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)