diff options
Diffstat (limited to 'include/linux/stacktrace.h')
-rw-r--r-- | include/linux/stacktrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index f0cfd12cb45e..83bd8cb475d7 100644 --- a/include/linux/stacktrace.h +++ b/include/linux/stacktrace.h | |||
@@ -9,9 +9,9 @@ struct task_struct; | |||
9 | struct pt_regs; | 9 | struct pt_regs; |
10 | 10 | ||
11 | #ifdef CONFIG_STACKTRACE | 11 | #ifdef CONFIG_STACKTRACE |
12 | void stack_trace_print(unsigned long *trace, unsigned int nr_entries, | 12 | void stack_trace_print(const unsigned long *trace, unsigned int nr_entries, |
13 | int spaces); | 13 | int spaces); |
14 | int stack_trace_snprint(char *buf, size_t size, unsigned long *entries, | 14 | int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, |
15 | unsigned int nr_entries, int spaces); | 15 | unsigned int nr_entries, int spaces); |
16 | unsigned int stack_trace_save(unsigned long *store, unsigned int size, | 16 | unsigned int stack_trace_save(unsigned long *store, unsigned int size, |
17 | unsigned int skipnr); | 17 | unsigned int skipnr); |