[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202312151814+0800-wangjinchao@xfusion.com>
Date: Fri, 15 Dec 2023 18:14:41 +0800
From: Wang Jinchao <wangjinchao@...sion.com>
To: David Howells <dhowells@...hat.com>, <linux-cachefs@...hat.com>,
<linux-kernel@...r.kernel.org>
CC: <stone.xulei@...sion.com>, <wangjinchao@...sion.com>
Subject: [PATCH] fscache: remove duplicated including of uio.h
remove the second #include <linux/uio.h>
Signed-off-by: Wang Jinchao <wangjinchao@...sion.com>
---
fs/fscache/io.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/fscache/io.c b/fs/fscache/io.c
index 0d2b8dec8f82..ac9f19388bfb 100644
--- a/fs/fscache/io.c
+++ b/fs/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"
/**
--
2.40.0
Powered by blists - more mailing lists