linux/drivers/net/bonding
Holger Eitzenberger ef65583d01 bonding: fix compile error if debug enabled
This is what I get if debug is enabled:

drivers/net/bonding/bond_ipv6.c: In function 'bond_na_send':
drivers/net/bonding/bond_ipv6.c:75: error: 'slave' undeclared (first use in this function)
drivers/net/bonding/bond_ipv6.c:75: error: (Each undeclared identifier is reported only once
drivers/net/bonding/bond_ipv6.c:75: error: for each function it appears in.)

This patch fixes that.

Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-12-09 23:08:55 -08:00
..
bond_3ad.c netdevice: safe convert to netdev_priv() #part-1 2008-11-12 23:37:49 -08:00
bond_3ad.h bonding: alternate agg selection policies for 802.3ad 2008-11-06 00:49:47 -05:00
bond_alb.c bonding: convert to net_device_ops 2008-11-19 22:42:42 -08:00
bond_alb.h
bond_ipv6.c bonding: fix compile error if debug enabled 2008-12-09 23:08:55 -08:00
bond_main.c bonding: use table for mode names 2008-12-09 23:08:09 -08:00
bond_sysfs.c bonding: convert to net_device_ops 2008-11-19 22:42:42 -08:00
bonding.h bonding: add and use bond_is_lb() 2008-12-09 23:07:13 -08:00
Makefile bonding: send IPv6 neighbor advertisement on failover 2008-11-06 00:49:37 -05:00