]> 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)
commit2f68c3a6a0170ac6f559a6f5a1bab933fdab62a2
tree938fa2ffdfbb59c9274b70f814da8a5eb0808a5a
parentea8a277889feef8d9080f69100701b3b6cd4258b
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