]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Fix header include guards in trace event headers
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 20 Jul 2019 10:39:43 +0000 (19:39 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 31 Jul 2019 01:49:06 +0000 (21:49 -0400)
commitb58b7b74030686988984cfc283c4cb73c0e22a4a
tree46e80ccf892dbbd2d5f079b1f4370d39638a3224
parentbfe2de5a355e71917b08e947fe3e805ec2f51c71
tracing: Fix header include guards in trace event headers

These include guards are broken.

Match the #if !define() and #define lines so that they work correctly.

Link: http://lkml.kernel.org/r/20190720103943.16982-1-yamada.masahiro@socionext.com
Fixes: 352b51c1992c1 ("dma-buf: Rename struct fence to dma_fence")
Fixes: 4150eb4591342 ("tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header")
Fixes: 76af6f660dda1 ("qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs")
Fixes: 7addb74eb97ae ("dmaengine: tegra: add tracepoints to driver")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/trace/events/dma_fence.h
include/trace/events/napi.h
include/trace/events/qdisc.h
include/trace/events/tegra_apb_dma.h