Skip to content

Commit 7d2064e

Browse files
edumazetkuba-moo
authored andcommitted
net: get rid of net/core/request_sock.c
After DCCP removal, this file was not needed any more. Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com> Link: https://patch.msgid.link/20260204055147.1682705-4-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent a90765c commit 7d2064e

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

net/core/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Makefile for the Linux networking core.
44
#
55

6-
obj-y := sock.o request_sock.o skbuff.o datagram.o stream.o scm.o \
6+
obj-y := sock.o skbuff.o datagram.o stream.o scm.o \
77
gen_stats.o gen_estimator.o net_namespace.o secure_seq.o \
88
flow_dissector.o
99

net/core/request_sock.c

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)