]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
authorFernando Fernandez Mancera <fmancera@suse.de>
Wed, 25 Mar 2026 12:08:43 +0000 (13:08 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sun, 29 Mar 2026 18:21:22 +0000 (11:21 -0700)
commit0557a34487b10f3e600a3a20b98ea164f36a3ad2
tree9d65ed04a6c14d6f6587bd93a1e7417b5f7d4d88
parent309b905deee595619cc38719f48d63d57b8bff3d
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros

As IPv6 is built-in only, the macro is always evaluating to an empty
one. Remove it completely from the code.

Signed-off-by: Fernando Fernandez Mancera <fmancera@suse.de>
Link: https://patch.msgid.link/20260325120928.15848-3-fmancera@suse.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
19 files changed:
include/net/ip.h
net/core/dev.c
net/core/hotdata.c
net/core/neighbour.c
net/ipv4/inet_connection_sock.c
net/ipv4/inet_hashtables.c
net/ipv4/inetpeer.c
net/ipv4/metrics.c
net/ipv4/ping.c
net/ipv4/syncookies.c
net/ipv4/tcp.c
net/ipv4/tcp_fastopen.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c
net/ipv4/udp.c
net/psp/psp_sock.c