]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
IPoIB: Fix unused variable warning
authorRoland Dreier <rdreier@cisco.com>
Tue, 9 Oct 2007 22:46:13 +0000 (15:46 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:30 +0000 (16:55 -0700)
commit9153f66a5b8e63c61374df4e6a4cbd0056e45178
treee0a0ae6fbbee67c25a8c414a4e9ae81226e3723a
parentf2cade13371f3ca80c5479c284e6455c681c8a0c
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 <rolandd@cisco.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/infiniband/ulp/ipoib/ipoib_main.c