From: Eric Dumazet Date: Wed, 4 Feb 2026 05:51:46 +0000 (+0000) Subject: net: get rid of net/core/request_sock.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2064eb731716f34677fb2627a4a1b5cd1f14ce;p=thirdparty%2Fkernel%2Flinux.git net: get rid of net/core/request_sock.c After DCCP removal, this file was not needed any more. Signed-off-by: Eric Dumazet Reviewed-by: Kuniyuki Iwashima Link: https://patch.msgid.link/20260204055147.1682705-4-edumazet@google.com Signed-off-by: Jakub Kicinski --- diff --git a/net/core/Makefile b/net/core/Makefile index d643a5a7fd18..dc17c5a61e9a 100644 --- a/net/core/Makefile +++ b/net/core/Makefile @@ -3,7 +3,7 @@ # Makefile for the Linux networking core. # -obj-y := sock.o request_sock.o skbuff.o datagram.o stream.o scm.o \ +obj-y := sock.o skbuff.o datagram.o stream.o scm.o \ gen_stats.o gen_estimator.o net_namespace.o secure_seq.o \ flow_dissector.o diff --git a/net/core/request_sock.c b/net/core/request_sock.c deleted file mode 100644 index e6c451e549ce..000000000000 --- a/net/core/request_sock.c +++ /dev/null @@ -1,18 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later -/* - * NET Generic infrastructure for Network protocols. - * - * Authors: Arnaldo Carvalho de Melo - * - * From code originally in include/net/tcp.h - */ - -#include -#include -#include -#include -#include -#include - -#include -