diff mbox series

[RFC,tip] sched/headers, fs: fix duplicated inclusion

Message ID 20210615010757.GL237458@shao2-debian (mailing list archive)
State New, archived
Headers show
Series [RFC,tip] sched/headers, fs: fix duplicated inclusion | expand

Commit Message

Chen, Rong A June 15, 2021, 1:07 a.m. UTC
fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once.

Generated by: scripts/checkincludes.pl

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
 dlmrecovery.c |    1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
index bf7a40fd97e31..0ae3737331157 100644
--- a/fs/ocfs2/dlm/dlmrecovery.c
+++ b/fs/ocfs2/dlm/dlmrecovery.c
@@ -10,7 +10,6 @@ 
 
 #include <linux/module.h>
 #include <linux/fs.h>
-#include <linux/stringhash.h>
 #include <linux/types.h>
 #include <linux/slab.h>
 #include <linux/highmem.h>