From: Roland Dreier Date: Tue, 7 Mar 2006 19:21:08 +0000 (-0800) Subject: IPoIB: Fix build now that neighbour destructor is in neigh_params X-Git-Tag: v2.6.17-rc1~1180^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9ab02b690e988f19c9d740ef642d7d833d23d5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed