diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2017-01-05 19:33:59 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-06 15:57:50 -0500 |
commit | c7b371e34c0b9ed9e23271608448f89e6d66ba0a (patch) | |
tree | 546c5d92827b1d54f47a39cdbc07a4df2ac8415e /include | |
parent | 0c8d803f397a65adfffd3aa01f52555389f33239 (diff) | |
download | linux-c7b371e34c0b9ed9e23271608448f89e6d66ba0a.tar.bz2 |
net: ipv4: make fib_select_default static
fib_select_default has a single caller within the same file.
Make it static.
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ip_fib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 5f376af377c7..57c2a863d0b2 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -344,7 +344,6 @@ __be32 fib_compute_spec_dst(struct sk_buff *skb); int fib_validate_source(struct sk_buff *skb, __be32 src, __be32 dst, u8 tos, int oif, struct net_device *dev, struct in_device *idev, u32 *itag); -void fib_select_default(const struct flowi4 *flp, struct fib_result *res); #ifdef CONFIG_IP_ROUTE_CLASSID static inline int fib_num_tclassid_users(struct net *net) { |