aboutsummaryrefslogtreecommitdiffstats
path: root/net/handshake/request.c
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2024-06-03 03:58:44 +0000
committerAl Viro <[email protected]>2024-10-07 17:34:41 +0000
commitbe5498cac2ddb112c5bd7433d5e834a1a2493427 (patch)
treedb698bacb93b31585887975073ff69216fa356c7 /net/handshake/request.c
parentget rid of ...lookup...fdget_rcu() family (diff)
downloadkernel-be5498cac2ddb112c5bd7433d5e834a1a2493427.tar.gz
kernel-be5498cac2ddb112c5bd7433d5e834a1a2493427.zip
remove pointless includes of <linux/fdtable.h>
some of those used to be needed, some had been cargo-culted for no reason... Reviewed-by: Christian Brauner <[email protected]> Signed-off-by: Al Viro <[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>