fscache: Remove duplicate included header
authorThorsten Blum <thorsten.blum@toblux.com>
Fri, 28 Jun 2024 06:23:30 +0000 (08:23 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 21 Nov 2024 08:35:25 +0000 (09:35 +0100)
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>
fs/netfs/fscache_io.c

index 38637e5..b1722a8 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/uio.h>
 #include <linux/bvec.h>
 #include <linux/slab.h>
-#include <linux/uio.h>
 #include "internal.h"
 
 /**