aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-03-10 17:01:16 -0800
committerDavid S. Miller <davem@davemloft.net>2011-03-10 17:03:45 -0800
commit1b7fe59322bef9e7a2c05b64a07a66b875299736 (patch)
tree1e3a1ca9931e41a7bf6bdec0ddbabe1f6c466b02 /net/ipv4/fib_semantics.c
parentff3fccb3d05756ec9fb44350b059d31a5e8e0fdc (diff)
downloadkernel_samsung_smdk4412-1b7fe59322bef9e7a2c05b64a07a66b875299736.zip
kernel_samsung_smdk4412-1b7fe59322bef9e7a2c05b64a07a66b875299736.tar.gz
kernel_samsung_smdk4412-1b7fe59322bef9e7a2c05b64a07a66b875299736.tar.bz2
ipv4: Kill flowi arg to fib_select_multipath()
Completely unused. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r--net/ipv4/fib_semantics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c
index d73d758..b5d523b 100644
--- a/net/ipv4/fib_semantics.c
+++ b/net/ipv4/fib_semantics.c
@@ -1210,7 +1210,7 @@ int fib_sync_up(struct net_device *dev)
* The algorithm is suboptimal, but it provides really
* fair weighted route distribution.
*/
-void fib_select_multipath(const struct flowi *flp, struct fib_result *res)
+void fib_select_multipath(struct fib_result *res)
{
struct fib_info *fi = res->fi;
int w;