Commit cd0b043f authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr bonding] fix broken build

parent 2160f268
......@@ -3775,7 +3775,7 @@ static int __init bond_init(struct net_device *bond_dev)
return -EINVAL;
}
dev->destructor = free_netdev;
bond_dev->destructor = free_netdev;
#ifdef CONFIG_NET_FASTROUTE
bond_dev->accept_fastpath = bond_accept_fastpath;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment