diff options
| author | Fernando Fernandez Mancera <fmancera@suse.de> | 2026-03-25 13:08:43 +0100 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-03-29 11:21:22 -0700 |
| commit | 0557a34487b10f3e600a3a20b98ea164f36a3ad2 (patch) | |
| tree | 9d65ed04a6c14d6f6587bd93a1e7417b5f7d4d88 /net/ipv4/inet_connection_sock.c | |
| parent | 309b905deee595619cc38719f48d63d57b8bff3d (diff) | |
| download | linux-next-0557a34487b10f3e600a3a20b98ea164f36a3ad2.tar.gz linux-next-0557a34487b10f3e600a3a20b98ea164f36a3ad2.zip | |
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>
Diffstat (limited to 'net/ipv4/inet_connection_sock.c')
| -rw-r--r-- | net/ipv4/inet_connection_sock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c index bfc98283b244..4ac3ae1bc1af 100644 --- a/net/ipv4/inet_connection_sock.c +++ b/net/ipv4/inet_connection_sock.c @@ -709,7 +709,6 @@ out_err: arg->err = error; return NULL; } -EXPORT_IPV6_MOD(inet_csk_accept); /* * Using different timers for retransmit, delayed acks and probes @@ -1021,7 +1020,6 @@ void inet_csk_reqsk_queue_drop_and_put(struct sock *sk, struct request_sock *req inet_csk_reqsk_queue_drop(sk, req); reqsk_put(req); } -EXPORT_IPV6_MOD(inet_csk_reqsk_queue_drop_and_put); static void reqsk_timer_handler(struct timer_list *t) { |
