ipv6: Make ip6_route_output_flags_noref() static.
authorGuillaume Nault <gnault@redhat.com>
Mon, 23 Jan 2023 17:47:09 +0000 (18:47 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 25 Jan 2023 02:12:52 +0000 (18:12 -0800)
commit90317bcdbd337b9e88f253650f6ab9dfe667be64
treee4d5bcb1c917886f7bdade5a9b3ff80b3f452396
parentec8f7d495b3d37c5f0d66cdc7e43ef76939293b6
ipv6: Make ip6_route_output_flags_noref() static.

This function is only used in net/ipv6/route.c and has no reason to be
visible outside of it.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Link: https://lore.kernel.org/r/50706db7f675e40b3594d62011d9363dce32b92e.1674495822.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/ip6_route.h
net/ipv6/route.c