diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2024-06-03 06:58:44 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2024-10-07 20:34:41 +0300 |
commit | be5498cac2ddb112c5bd7433d5e834a1a2493427 (patch) | |
tree | db698bacb93b31585887975073ff69216fa356c7 /fs/file_table.c | |
parent | 8fd3395ec9051a52828fcca2328cb50a69dea8ef (diff) | |
download | linux-be5498cac2ddb112c5bd7433d5e834a1a2493427.tar.xz |
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 <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/file_table.c')
-rw-r--r-- | fs/file_table.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/file_table.c b/fs/file_table.c index eed5ffad9997..9e46fd4336b0 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -9,7 +9,6 @@ #include <linux/string.h> #include <linux/slab.h> #include <linux/file.h> -#include <linux/fdtable.h> #include <linux/init.h> #include <linux/module.h> #include <linux/fs.h> |