Files
linux/include/net
Greg Hackmann ad41e06766 net: ping: fix constness inconsistency in ipv6_chk_addr
The ipv6_chk_addr declarations and implementations aren't consistent
about the dev parameter's constness.  6bc19fb upstream resolved this in
favor of const, so let's do the same here.

This fixes the following warning:

net/ipv6/ping.c: In function 'pingv6_init':
net/ipv6/ping.c:87:27: warning: assignment from incompatible pointer type
  pingv6_ops.ipv6_chk_addr = ipv6_chk_addr;
                           ^

Change-Id: Ibd9efd7d489e661f71ab641c981689bf92258b7c
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2015-03-16 15:23:53 -07:00
..
2013-02-27 22:51:08 -05:00
2013-04-12 16:54:45 +02:00
2012-08-09 16:18:06 -07:00
2012-07-19 10:43:03 -07:00
2013-03-26 12:27:18 -04:00
2013-01-27 22:46:33 -05:00
2013-03-26 12:27:18 -04:00
2014-06-25 12:41:52 +09:00
2012-05-17 18:45:20 -04:00
2012-05-19 01:08:16 -04:00
2012-08-06 13:40:47 -07:00
2013-05-11 16:26:38 -07:00
2012-05-16 15:17:08 -04:00