]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
IPoIB: Fix build now that neighbour destructor is in neigh_params
authorRoland Dreier <rdreier@cisco.com>
Tue, 7 Mar 2006 19:21:08 +0000 (11:21 -0800)
committerRoland Dreier <rolandd@cisco.com>
Mon, 20 Mar 2006 18:08:24 +0000 (10:08 -0800)
commit8b9ab02b690e988f19c9d740ef642d7d833d23d5
treee72a12094911f4c0c4fe5ed7769be047763bc103
parent702b2aaccfbf0fa29c6ffb423a39a7a5573f793a
IPoIB: Fix build now that neighbour destructor is in neigh_params

Fix the IPoIB build (which is broken in net-2.6.17 because of my
screw-up, which left out this chunk in ipoib_multicast.c).
The neighbour destructor is now in neigh_params, so we don't
need to clear it in the ops structure.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/ipoib_multicast.c