diff options
-rw-r--r-- | drivers/net/bonding/bond_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 53ee6a0a3681..bb928993db3a 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -4820,7 +4820,7 @@ static int bond_validate(struct nlattr *tb[], struct nlattr *data[]) | |||
4820 | return 0; | 4820 | return 0; |
4821 | } | 4821 | } |
4822 | 4822 | ||
4823 | static int bond_get_tx_queues(struct net *net, const struct nlattr *tb[]) | 4823 | static int bond_get_tx_queues(struct net *net, struct nlattr *tb[]) |
4824 | { | 4824 | { |
4825 | return tx_queues; | 4825 | return tx_queues; |
4826 | } | 4826 | } |