]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/stacktrace.c
h63xx: initial omap board support.
[linux-2.6-omap-h63xx.git] / kernel / stacktrace.c
index 7eaea9d02a526916d5df6379a54135f86223f354..94b527ef1d1e37fe060ab812f13ef7276910549f 100644 (file)
@@ -6,6 +6,7 @@
  *  Copyright (C) 2006 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
  */
 #include <linux/sched.h>
+#include <linux/module.h>
 #include <linux/kallsyms.h>
 #include <linux/stacktrace.h>
 
@@ -21,4 +22,5 @@ void print_stack_trace(struct stack_trace *trace, int spaces)
                print_ip_sym(trace->entries[i]);
        }
 }
+EXPORT_SYMBOL_GPL(print_stack_trace);