commit | 04a6f4417bfd17c3860e8fb37387cb78265ffe44 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Dec 03 18:29:30 2011 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 03 18:29:30 2011 -0500 |
tree | 510ac1d7b69dc5ebcc0ab53130442274f70e3652 | |
parent | 3830847396fa6d7f9a5fec0ca9819c47ac8a64e8 [diff] |
ipv6: Kill ndisc_get_neigh() inline helper. It's only used in net/ipv6/route.c and the NULL device check is superfluous for all of the existing call sites. Just expand the __ndisc_lookup_errno() call at each location. Signed-off-by: David S. Miller <davem@davemloft.net>