diff options
author | David Ahern <dsahern@gmail.com> | 2018-02-13 19:12:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-13 22:00:57 +0300 |
commit | 8c2ceabe99e04005cadba739856eed6953a8a3af (patch) | |
tree | 03162ed73740eec70395f6a787d3dffc5ec961fb /net/ipv4/route.c | |
parent | 0d876f2c6de5b1b00c2fd38bb4f4692e720207b1 (diff) | |
download | linux-8c2ceabe99e04005cadba739856eed6953a8a3af.tar.xz |
net/ipv4: Unexport fib_multipath_hash and fib_select_path
Do not export fib_multipath_hash or fib_select_path; both are only used
by core ipv4 code.
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 9376ed69ffeb..b0ef4cc3e875 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c @@ -1847,7 +1847,6 @@ int fib_multipath_hash(const struct fib_info *fi, const struct flowi4 *fl4, return mhash >> 1; } -EXPORT_SYMBOL_GPL(fib_multipath_hash); #endif /* CONFIG_IP_ROUTE_MULTIPATH */ static int ip_mkroute_input(struct sk_buff *skb, |