From: Roland Dreier Date: Tue, 9 Oct 2007 22:46:13 +0000 (-0700) Subject: IPoIB: Fix unused variable warning X-Git-Tag: v2.6.24-rc1~1454^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9153f66a5b8e63c61374df4e6a4cbd0056e45178;p=pandora-kernel.git IPoIB: Fix unused variable warning The conversion to use netdevice internal stats left an unused variable in ipoib_neigh_free(), since there's no longer any reason to get netdev_priv() in order to increment dropped packets. Delete the unused priv variable. Signed-off-by: Roland Dreier Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed