LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cell: fix ras.c compilation
@ 2008-11-02 20:21 Alexey Dobriyan
  2008-11-03  8:20 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey Dobriyan @ 2008-11-02 20:21 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

arch/powerpc/platforms/cell/ras.c:299: error: implicit declaration of function 'crash_shutdown_register'

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 arch/powerpc/platforms/cell/ras.c |    1 +
 1 file changed, 1 insertion(+)

--- a/arch/powerpc/platforms/cell/ras.c
+++ b/arch/powerpc/platforms/cell/ras.c
@@ -16,6 +16,7 @@
 #include <linux/kexec.h>
 #include <linux/crash_dump.h>
 
+#include <asm/kexec.h>
 #include <asm/reg.h>
 #include <asm/io.h>
 #include <asm/prom.h>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-03  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 20:21 [PATCH] cell: fix ras.c compilation Alexey Dobriyan
2008-11-03  8:20 ` Geert Uytterhoeven
2008-11-03  8:40   ` Michael Ellerman
2008-11-03  8:55     ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox