aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/irq.h')
-rw-r--r--include/trace/irq.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/trace/irq.h b/include/trace/irq.h
index 04ab4c6..75e3468 100644
--- a/include/trace/irq.h
+++ b/include/trace/irq.h
@@ -51,4 +51,7 @@ TRACE_FORMAT(softirq_exit,
TP_FMT("softirq=%d action=%s", (int)(h - vec), softirq_to_name[h-vec])
);
-#endif
+#endif /* _TRACE_IRQ_H */
+
+/* This part must be outside protection */
+#include <trace/define_trace.h>