diff mbox series

[RESEND,2/4] fscache: Remove duplicate included header

Message ID 20240526212108.1462-2-thorsten.blum@toblux.com (mailing list archive)
State New
Headers show
Series None | expand

Commit Message

Thorsten Blum May 26, 2024, 9:21 p.m. UTC
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(-)

Comments

Simon Horman June 3, 2024, 6:01 p.m. UTC | #1
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 mbox series

Patch

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"
 
 /**