Commit 5747a1aacde268017784a6a56df06c3b40194381

Authored by Stephen Hemminger
Committed by David S. Miller
1 parent c1cf8422f0

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -750,7 +750,7 @@
750 750 .priority = 1,
751 751 };
752 752  
753   -static char banner[] __initdata =
  753 +static const char banner[] __initconst =
754 754 KERN_INFO "IPv4 over IPv4 tunneling driver\n";
755 755  
756 756 static void ipip_destroy_tunnels(struct ipip_net *ipn)