net: ipv4: make fib_select_default static
authorDavid Ahern <dsa@cumulusnetworks.com>
Fri, 6 Jan 2017 03:33:59 +0000 (19:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Jan 2017 20:57:50 +0000 (15:57 -0500)
commitc7b371e34c0b9ed9e23271608448f89e6d66ba0a
tree546c5d92827b1d54f47a39cdbc07a4df2ac8415e
parent0c8d803f397a65adfffd3aa01f52555389f33239
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>
include/net/ip_fib.h
net/ipv4/fib_semantics.c