ipv4: Kill flowi arg to fib_select_multipath()
[firefly-linux-kernel-4.4.55.git] / net / ipv4 / fib_semantics.c
index d73d7581b51f42687fa8b4d0d3a1c1031802ef2c..b5d523b911e6575fefe13e7d68c25b8d0ce1478c 100644 (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;