aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-04-13 15:02:35 -0400
committerDavid S. Miller <davem@davemloft.net>2012-04-13 15:02:35 -0400
commit64d683c5825003ffb3b127057a165e6bfc26691e (patch)
tree0c5090aadb4f666d915e12fde69c6a29e64f761c /drivers/net/bonding
parentbe3839520411df2806b188fff053c775a884cfce (diff)
bonding: Fixup get_tx_queue() op second arg type.
I missed this when fixing up the warning in the previous commit. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding')
-rw-r--r--drivers/net/bonding/bond_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 53ee6a0a368..bb928993db3 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
4823static int bond_get_tx_queues(struct net *net, const struct nlattr *tb[]) 4823static int bond_get_tx_queues(struct net *net, struct nlattr *tb[])
4824{ 4824{
4825 return tx_queues; 4825 return tx_queues;
4826} 4826}