mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
This commit is contained in:
parent
c1cf8422f0
commit
5747a1aacd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user