This include was accidentally added and is not needed. Fixes: fuse: {io-uring} Make hash-list req unique finding functions non-static Spotted in review by: Luis Henriques <luis@xxxxxxxxxx> Signed-off-by: Bernd Schubert <bschubert@xxxxxxx> --- fs/fuse/fuse_dev_i.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/fuse/fuse_dev_i.h b/fs/fuse/fuse_dev_i.h index 429661ae065464c62a093cf719c5ece38686bbbe..3b2bfe1248d3573abe3b144a6d4bf6a502f56a40 100644 --- a/fs/fuse/fuse_dev_i.h +++ b/fs/fuse/fuse_dev_i.h @@ -7,7 +7,6 @@ #define _FS_FUSE_DEV_I_H #include <linux/types.h> -#include <linux/fs.h> /* Ordinary requests have even IDs, while interrupts IDs are odd */ #define FUSE_INT_REQ_BIT (1ULL << 0) -- 2.43.0