[PATCH] crash_dump: Fix duplicate included pgtable.h

2021-03-19 Thread Tian Tao
linux/pgtable.h is included more than once, Remove the one that isn't necessary. Fixes: ca5999fde0a1 ("mm: introduce include/linux/pgtable.h") Signed-off-by: Tian Tao --- include/linux/crash_dump.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/crash_dump.h b/inc

[PATCH] crash_dump: Remove the unused include statements

2020-09-10 Thread Tian Tao
linux/pgtable.h is included more than once, Remove the one that isn't necessary. Signed-off-by: Tian Tao --- include/linux/crash_dump.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h index a5192b7..6bd8a33 100644 --- a/include/linux