bonding: Fix set-but-unused variable.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:50:58 +0000 (00:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:50:58 +0000 (00:50 -0700)
commit7d038eb6dc0e256dbcac88d52972c4ac55a78fc5
tree4cd778c6f492bdd0f446056b21560313047f1312
parent9e5ebaf852b96aaf4d7f63b920d8016b6784f088
bonding: Fix set-but-unused variable.

The variable 'vlan_dev' is set but unused in
bond_send_gratuitous_arp().  Just kill it off.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c