diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index 1d2b084c01859a3b4ebb4f1657129e8451110b5e..e7fa657d0c4940c6300a9ce4e516b73f765e31f3 100644 --- a/include/linux/stacktrace.h +++ b/include/linux/stacktrace.h @@ -13,7 +13,7 @@ extern void save_stack_trace(struct stack_trace *trace); extern void print_stack_trace(struct stack_trace *trace, int spaces); #else # define save_stack_trace(trace) do { } while (0) -# define print_stack_trace(trace) do { } while (0) +# define print_stack_trace(trace, spaces) do { } while (0) #endif #endif