diff options
Diffstat (limited to 'include/asm-ppc/kexec.h')
-rw-r--r-- | include/asm-ppc/kexec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/kexec.h b/include/asm-ppc/kexec.h index 73191310d8db..6d2aa0aa4642 100644 --- a/include/asm-ppc/kexec.h +++ b/include/asm-ppc/kexec.h | |||
@@ -27,6 +27,8 @@ | |||
27 | 27 | ||
28 | #ifndef __ASSEMBLY__ | 28 | #ifndef __ASSEMBLY__ |
29 | 29 | ||
30 | extern void *crash_notes; | ||
31 | |||
30 | struct kimage; | 32 | struct kimage; |
31 | 33 | ||
32 | extern void machine_kexec_simple(struct kimage *image); | 34 | extern void machine_kexec_simple(struct kimage *image); |