[PATCH] crash_dump: Fix duplicate included linux/pgtable.h

From: Jiapeng Chong
Date: Thu May 13 2021 - 07:03:38 EST


Clean up the following includecheck warning:

./include/linux/crash_dump.h: linux/pgtable.h is included more than
once.

No functional change.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
include/linux/crash_dump.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h
index a5192b7..be79a45 100644
--- a/include/linux/crash_dump.h
+++ b/include/linux/crash_dump.h
@@ -5,7 +5,6 @@
#include <linux/kexec.h>
#include <linux/proc_fs.h>
#include <linux/elf.h>
-#include <linux/pgtable.h>
#include <uapi/linux/vmcore.h>

#include <linux/pgtable.h> /* for pgprot_t */
--
1.8.3.1