commit | a2806ef77ff9a965a70d6c194bb3a4801bbdb07d | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Mon Apr 13 18:32:46 2020 +0300 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Apr 22 22:06:35 2020 -0400 |
tree | 938fa2ffdfbb59c9274b70f814da8a5eb0808a5a | |
parent | 353da87921a5ec654e7e9024e083f099f1b33c97 [diff] |
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>