From: David S. Miller Date: Sat, 3 Dec 2011 23:29:30 +0000 (-0500) Subject: ipv6: Kill ndisc_get_neigh() inline helper. X-Git-Tag: v3.3-rc1~182^2~367 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a6f4417bfd17c3860e8fb37387cb78265ffe44;p=pandora-kernel.git 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 --- Reading git-diff-tree failed