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)
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>

No differences found