Skip to content

Commit f0d1cfa

Browse files
committed
parisc: Fix implicit declaration of function '__kernel_text_address'
Signed-off-by: Helge Deller <[email protected]>
1 parent 279917e commit f0d1cfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/parisc/kernel/stacktrace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* TODO: Userspace stacktrace (CONFIG_USER_STACKTRACE_SUPPORT)
1010
*/
11+
#include <linux/kernel.h>
1112
#include <linux/stacktrace.h>
1213

1314
#include <asm/unwind.h>

0 commit comments

Comments
 (0)