summaryrefslogtreecommitdiff
path: root/kernel/module/kmod.c
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2024-10-10 12:00:03 +0200
committerChristian Brauner <brauner@kernel.org>2024-10-30 09:58:02 +0100
commit2ec67bb4f9c08000982d6aa0e72511bcc83caeb6 (patch)
treeb5c0b8fc842d830247b4e01cefdb37d94a2cb2ad /kernel/module/kmod.c
parent62eec753cae265002043872ba419d0887fe33ec6 (diff)
parent6a8126f077f9d1f33613c9fa3dbd9a6774c6c4dd (diff)
Merge branch 'work.fdtable' into vfs.file
Bring in the fdtable changes for this cycle. Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'kernel/module/kmod.c')
-rw-r--r--kernel/module/kmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/module/kmod.c b/kernel/module/kmod.c
index 0800d9891692..25f253812512 100644
--- a/kernel/module/kmod.c
+++ b/kernel/module/kmod.c
@@ -15,7 +15,6 @@
#include <linux/completion.h>
#include <linux/cred.h>
#include <linux/file.h>
-#include <linux/fdtable.h>
#include <linux/workqueue.h>
#include <linux/security.h>
#include <linux/mount.h>