summaryrefslogtreecommitdiff
path: root/fs/netfs
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@toblux.com>2024-06-28 08:23:30 +0200
committerChristian Brauner <brauner@kernel.org>2024-11-21 09:35:25 +0100
commita514e6f8f5caa24413731bed54b322bd34d918dd (patch)
tree96ca153226a046ac5379f8018b2f9c6f1688ce30 /fs/netfs
parenteb65540aa9fc828e9f3f8b30d6dc37f1ed35263d (diff)
fscache: Remove duplicate included header
Remove duplicate included header file linux/uio.h Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Link: https://lore.kernel.org/r/20240628062329.321162-2-thorsten.blum@toblux.com Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/netfs')
-rw-r--r--fs/netfs/fscache_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/netfs/fscache_io.c b/fs/netfs/fscache_io.c
index 38637e5c9b57..b1722a82c03d 100644
--- a/fs/netfs/fscache_io.c
+++ b/fs/netfs/fscache_io.c
@@ -9,7 +9,6 @@
#include <linux/uio.h>
#include <linux/bvec.h>
#include <linux/slab.h>
-#include <linux/uio.h>
#include "internal.h"
/**