[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1446576560-14085-1-git-send-email-0x7f454c46@gmail.com>
Date: Tue, 3 Nov 2015 21:49:20 +0300
From: Dmitry Safonov <0x7f454c46@...il.com>
To: rostedt@...dmis.org, mingo@...hat.com
Cc: linux-kernel@...r.kernel.org, Dmitry Safonov <0x7f454c46@...il.com>
Subject: [PATCH] trace: remove redundant TP_ARGS redefining
TP_ARGS is not used anywhere in trace.h nor trace_entries.h
Firstly, I left just #undef TP_ARGS and had no errors - remove it.
Signed-off-by: Dmitry Safonov <0x7f454c46@...il.com>
---
kernel/trace/trace.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h
index 74bde81601a902..423b52c339c8c1 100644
--- a/kernel/trace/trace.h
+++ b/kernel/trace/trace.h
@@ -71,9 +71,6 @@ enum trace_type {
tstruct \
}
-#undef TP_ARGS
-#define TP_ARGS(args...) args
-
#undef FTRACE_ENTRY_DUP
#define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk, filter)
--
2.6.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists