Skip to content

Commit

Permalink
parisc: Fix implicit declaration of function '__kernel_text_address'
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
hdeller committed Nov 13, 2021
1 parent 279917e commit f0d1cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/parisc/kernel/stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
* TODO: Userspace stacktrace (CONFIG_USER_STACKTRACE_SUPPORT)
*/
#include <linux/kernel.h>
#include <linux/stacktrace.h>

#include <asm/unwind.h>
Expand Down

0 comments on commit f0d1cfa

Please sign in to comment.