aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
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 /include/net/ip_fib.h
parentff3fccb3d05756ec9fb44350b059d31a5e8e0fdc (diff)
downloadlinux-1b7fe59322bef9e7a2c05b64a07a66b875299736.tar.gz
ipv4: Kill flowi arg to fib_select_multipath()
Completely unused. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r--include/net/ip_fib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index 3f6c943faedc35..d948e232eb0671 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -230,7 +230,7 @@ extern int fib_sync_down_dev(struct net_device *dev, int force);
extern int fib_sync_down_addr(struct net *net, __be32 local);
extern void fib_update_nh_saddrs(struct net_device *dev);
extern int fib_sync_up(struct net_device *dev);
-extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res);
+extern void fib_select_multipath(struct fib_result *res);
/* Exported by fib_trie.c */
extern void fib_trie_init(void);