Skip to content

Commit

Permalink
nfs: Remove duplicated include in localio.c
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Yang Li authored and Anna Schumaker committed Sep 30, 2024
1 parent 9852d85 commit 37578c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/nfs/localio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 37578c6

Please sign in to comment.