]> git.ipfire.org Git - thirdparty/linux.git/commit
udp: use EXPORT_IPV6_MOD[_GPL]()
authorEric Dumazet <edumazet@google.com>
Wed, 12 Feb 2025 13:24:18 +0000 (13:24 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 14 Feb 2025 21:09:39 +0000 (13:09 -0800)
commit2f8f4f22452a744dcd5cc865bbcfba40b3c13add
tree5082a9b7b588fd34e1f7d0d5b900a9945f4314b3
parent6dc4c2526f6d11f36c4e26d0231b345eabab584c
udp: use EXPORT_IPV6_MOD[_GPL]()

Use EXPORT_IPV6_MOD[_GPL]() for symbols that don't need
to be exported unless CONFIG_IPV6=m

udp_table is no longer used from any modules, and does not
need to be exported anyway.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Reviewed-by: Mateusz Polchlopek <mateusz.polchlopek@intel.com>
Link: https://patch.msgid.link/20250212132418.1524422-5-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/udp.c