Skip to content

Commit 37578c6

Browse files
Yang LiAnna Schumaker
Yang Li
authored and
Anna Schumaker
committed
nfs: Remove duplicated include in localio.c
The header files linux/module.h is included twice in localio.c, so one inclusion of each can be removed. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11073 Signed-off-by: Yang Li <[email protected]> Signed-off-by: Anna Schumaker <[email protected]>
1 parent 9852d85 commit 37578c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/nfs/localio.c

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <net/addrconf.h>
1919
#include <linux/nfs_common.h>
2020
#include <linux/nfslocalio.h>
21-
#include <linux/module.h>
2221
#include <linux/bvec.h>
2322

2423
#include <linux/nfs.h>

0 commit comments

Comments
 (0)