-
- Downloads
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: f54d1867 ("dma-buf: Rename struct fence to dma_fence") Fixes: 2e26ca71 ("tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header") Fixes: e543002f ("qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs") Fixes: 95f295f9 ("dmaengine: tegra: add tracepoints to driver") Signed-off-by:Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by:
Steven Rostedt (VMware) <rostedt@goodmis.org>
Showing
- include/trace/events/dma_fence.h 1 addition, 1 deletioninclude/trace/events/dma_fence.h
- include/trace/events/napi.h 2 additions, 2 deletionsinclude/trace/events/napi.h
- include/trace/events/qdisc.h 2 additions, 2 deletionsinclude/trace/events/qdisc.h
- include/trace/events/tegra_apb_dma.h 2 additions, 2 deletionsinclude/trace/events/tegra_apb_dma.h
Please register or sign in to comment