]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Remove DECLARE_TRACE_NOARGS
authorNikolay Borisov <nborisov@suse.com>
Mon, 13 Apr 2020 15:32:46 +0000 (18:32 +0300)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 23 Apr 2020 02:06:35 +0000 (22:06 -0400)
commitc75f22c5cf25a0a59475af2d95cf54c84ca233e4
tree938fa2ffdfbb59c9274b70f814da8a5eb0808a5a
parent9c2b6d021c5478964a12ff205b6722f2a0f7fe58
tracing: Remove DECLARE_TRACE_NOARGS

This macro was intentionally broken so that the kernel code is not
poluted with such noargs macro used simply as markers. This use case
can be satisfied by using dummy no inline functions. Just remove it.

Link: http://lkml.kernel.org/r/20200413153246.8511-1-nborisov@suse.com
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/tracepoint.h