diff options
Diffstat (limited to 'arch/x86/kernel/crash_core_64.c')
-rw-r--r-- | arch/x86/kernel/crash_core_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/crash_core_64.c b/arch/x86/kernel/crash_core_64.c index 845a57eb4eb7..15ddebde8741 100644 --- a/arch/x86/kernel/crash_core_64.c +++ b/arch/x86/kernel/crash_core_64.c @@ -2,7 +2,7 @@ #include <linux/crash_core.h> -#include <asm/pgtable.h> +#include <linux/pgtable.h> #include <asm/setup.h> void arch_crash_save_vmcoreinfo(void) |