atm: clip: Convert over to dst_neigh_lookup().
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Feb 2012 22:23:11 +0000 (17:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Feb 2012 22:23:11 +0000 (17:23 -0500)
commit7161c76f0def54f5dc7fd9a5534bb3e3e2b2aa60
tree84e4cde60709c8e4c9762334e71d78aaa85ee8da
parent3329bdfc4071840816d6666c6463fdb0bd4c8264
atm: clip: Convert over to dst_neigh_lookup().

CLIP only support ipv4, and this is evidenced by the fact that it
is a device specific extension of arp_tbl, so this conversion is
pretty straightforward.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/clip.c