Message ID | 20240526212108.1462-2-thorsten.blum@toblux.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On Sun, May 26, 2024 at 11:21:09PM +0200, Thorsten Blum wrote: > Remove duplicate included header file linux/uio.h > > Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Reviewed-by: Simon Horman <horms@kernel.org>
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" /**
Remove duplicate included header file linux/uio.h Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> --- fs/netfs/fscache_io.c | 1 - 1 file changed, 1 deletion(-)