Commit f0d1cfac authored by Helge Deller's avatar Helge Deller

parisc: Fix implicit declaration of function '__kernel_text_address'

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 279917e2
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* *
* TODO: Userspace stacktrace (CONFIG_USER_STACKTRACE_SUPPORT) * TODO: Userspace stacktrace (CONFIG_USER_STACKTRACE_SUPPORT)
*/ */
#include <linux/kernel.h>
#include <linux/stacktrace.h> #include <linux/stacktrace.h>
#include <asm/unwind.h> #include <asm/unwind.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment