Re: [PATCH net-next] net: ipv4: make fib_select_default static
From: David Ahern Date: Thu, 5 Jan 2017 19:33:59 -0800 > fib_select_default has a single caller within the same file. > Make it static. > > Signed-off-by: David Ahern Also applied, thanks David.
[PATCH net-next] 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 --- include/net/ip_fib.h | 1 - net/ipv4/fib_semantics.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 5f376af377c