aboutsummaryrefslogtreecommitdiffstats
path: root/net/handshake/request.c
diff options
context:
space:
mode:
authorChristian Brauner <[email protected]>2024-10-10 10:00:03 +0000
committerChristian Brauner <[email protected]>2024-10-30 08:58:02 +0000
commit2ec67bb4f9c08000982d6aa0e72511bcc83caeb6 (patch)
treeb5c0b8fc842d830247b4e01cefdb37d94a2cb2ad /net/handshake/request.c
parentMerge patch series "fs: introduce file_ref_t" (diff)
parentexpand_files(): simplify calling conventions (diff)
downloadkernel-2ec67bb4f9c08000982d6aa0e72511bcc83caeb6.tar.gz
kernel-2ec67bb4f9c08000982d6aa0e72511bcc83caeb6.zip
Merge branch 'work.fdtable' into vfs.file
Bring in the fdtable changes for this cycle. Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'net/handshake/request.c')
-rw-r--r--net/handshake/request.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/handshake/request.c b/net/handshake/request.c
index 94d5cef3e048..274d2c89b6b2 100644
--- a/net/handshake/request.c
+++ b/net/handshake/request.c
@@ -13,7 +13,6 @@
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/inet.h>
-#include <linux/fdtable.h>
#include <linux/rhashtable.h>
#include <net/sock.h>