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

From: kernel test robot
Date: Mon Jun 14 2021 - 23:16:23 EST


fs/ocfs2/dlm/dlmrecovery.c: linux/stringhash.h is included more than once.

Generated by: scripts/checkincludes.pl

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

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>