Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5747a1aa authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller
Browse files

ip: ipip compile warning



Get rid of compile warning about non-const format

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c1cf8422
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)