diff options
-rw-r--r-- | arch/powerpc/kernel/traps.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c index a21200c6aaea..1fd45a8650e1 100644 --- a/arch/powerpc/kernel/traps.c +++ b/arch/powerpc/kernel/traps.c | |||
@@ -71,6 +71,7 @@ | |||
71 | #include <sysdev/fsl_pci.h> | 71 | #include <sysdev/fsl_pci.h> |
72 | #include <asm/kprobes.h> | 72 | #include <asm/kprobes.h> |
73 | #include <asm/stacktrace.h> | 73 | #include <asm/stacktrace.h> |
74 | #include <asm/nmi.h> | ||
74 | 75 | ||
75 | #if defined(CONFIG_DEBUGGER) || defined(CONFIG_KEXEC_CORE) | 76 | #if defined(CONFIG_DEBUGGER) || defined(CONFIG_KEXEC_CORE) |
76 | int (*__debugger)(struct pt_regs *regs) __read_mostly; | 77 | int (*__debugger)(struct pt_regs *regs) __read_mostly; |