Skip to content

Commit

Permalink
ip: ipip compile warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Feb 23, 2009
1 parent c1cf842 commit 5747a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/ipip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5747a1a

Please sign in to comment.