From 78a15f61cd966ffd29c1318fba702327a998d7f4 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Thu, 19 Jul 2007 01:49:02 -0700 Subject: [PATCH] --- yaml --- r: 61644 b: refs/heads/master c: 3b5ad0797c0e4049001f961a8b58f1d0ce532072 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/stacktrace.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5d768c2c2512..d77f0c9a62bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c71063c9c9dc232d0d51f936f237f7dc5681e8e3 +refs/heads/master: 3b5ad0797c0e4049001f961a8b58f1d0ce532072 diff --git a/trunk/include/linux/stacktrace.h b/trunk/include/linux/stacktrace.h index 1d2b084c0185..e7fa657d0c49 100644 --- a/trunk/include/linux/stacktrace.h +++ b/trunk/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