]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/stacktrace.c
generic-ipi: powerpc/generic-ipi tree build failure
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / stacktrace.c
index 962944038430f69861181623763abb5f16f98049..3cf0d94ba3408c8a93dbd16ddfb4789579cde119 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <linux/sched.h>
 #include <linux/stacktrace.h>
+#include <linux/module.h>
 #include <asm/ptrace.h>
 
 /*
@@ -44,3 +45,4 @@ void save_stack_trace(struct stack_trace *trace)
                sp = newsp;
        }
 }
+EXPORT_SYMBOL_GPL(save_stack_trace);