ipv4: Kill flowi arg to fib_select_multipath()

Completely unused.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2011-03-10 17:01:16 -08:00
parent ff3fccb3d0
commit 1b7fe59322
3 changed files with 4 additions and 4 deletions

View File

@@ -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;