summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/kexec.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/kexec.h')
-rw-r--r--arch/mips/include/asm/kexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/kexec.h b/arch/mips/include/asm/kexec.h
index d6d5fa5cc31d..69e579e41e66 100644
--- a/arch/mips/include/asm/kexec.h
+++ b/arch/mips/include/asm/kexec.h
@@ -31,7 +31,7 @@ static inline void crash_setup_regs(struct pt_regs *newregs,
prepare_frametrace(newregs);
}
-#ifdef CONFIG_KEXEC
+#ifdef CONFIG_KEXEC_CORE
struct kimage;
extern unsigned long kexec_args[4];
extern int (*_machine_kexec_prepare)(struct kimage *);