public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] nfs: Remove duplicated include in localio.c
@ 2024-09-25  0:38 Yang Li
  0 siblings, 0 replies; only message in thread
From: Yang Li @ 2024-09-25  0:38 UTC (permalink / raw)
  To: trondmy, anna; +Cc: linux-nfs, linux-kernel, Yang Li, Abaci Robot

The header files linux/module.h is included twice in localio.c,
so one inclusion of each can be removed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11073
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/nfs/localio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/nfs/localio.c b/fs/nfs/localio.c
index c29cdf51c458..c5922b1a77c0 100644
--- a/fs/nfs/localio.c
+++ b/fs/nfs/localio.c
@@ -18,7 +18,6 @@
 #include <net/addrconf.h>
 #include <linux/nfs_common.h>
 #include <linux/nfslocalio.h>
-#include <linux/module.h>
 #include <linux/bvec.h>
 
 #include <linux/nfs.h>
-- 
2.32.0.3.g01195cf9f


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-25  0:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-25  0:38 [PATCH -next] nfs: Remove duplicated include in localio.c Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox