aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
authordingtianhong <dingtianhong@huawei.com>2014-01-01 20:13:09 -0500
committerDavid S. Miller <davem@davemloft.net>2014-01-01 22:58:55 -0500
commitd316dedd4dae67e58976b695d3d0405a9db45246 (patch)
tree7ccbfb555e2e136b5b7830aa3101b9d9edba1190 /drivers/net/bonding/bonding.h
parent3900f29021f0bc7fe9815aa32f1a993b7dfdd402 (diff)
bonding: remove unwanted return value for bond_dev_queue_xmit()
The return value for bond_dev_queue_xmit() will not be used anymore, so remove the return value. Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r--drivers/net/bonding/bonding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index 2897137e892f..e39d47725b4a 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -416,7 +416,7 @@ static inline bool slave_can_tx(struct slave *slave)
416struct bond_net; 416struct bond_net;
417 417
418int bond_arp_rcv(const struct sk_buff *skb, struct bonding *bond, struct slave *slave); 418int bond_arp_rcv(const struct sk_buff *skb, struct bonding *bond, struct slave *slave);
419int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev); 419void bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev);
420int bond_create(struct net *net, const char *name); 420int bond_create(struct net *net, const char *name);
421int bond_create_sysfs(struct bond_net *net); 421int bond_create_sysfs(struct bond_net *net);
422void bond_destroy_sysfs(struct bond_net *net); 422void bond_destroy_sysfs(struct bond_net *net);