commit | 56fc709b7a9fe191173dc772a881e180458db517 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Oct 23 16:17:45 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 24 17:54:19 2017 +0900 |
tree | f9c750c7682a6523b990f0e40d3dc7c4ef7ba74d | |
parent | fa6e23e2b2a09995bd57db559b04f3dd3fda9f7a [diff] |
ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declaration ipv6_chk_same_addr() is only used by ipv6_add_addr_hash(), so moving it avoids a forward declaration. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>