diff options
Diffstat (limited to 'include/trace/irq.h')
-rw-r--r-- | include/trace/irq.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/trace/irq.h b/include/trace/irq.h index 04ab4c652225..75e3468e4493 100644 --- a/include/trace/irq.h +++ b/include/trace/irq.h | |||
@@ -51,4 +51,7 @@ TRACE_FORMAT(softirq_exit, | |||
51 | TP_FMT("softirq=%d action=%s", (int)(h - vec), softirq_to_name[h-vec]) | 51 | TP_FMT("softirq=%d action=%s", (int)(h - vec), softirq_to_name[h-vec]) |
52 | ); | 52 | ); |
53 | 53 | ||
54 | #endif | 54 | #endif /* _TRACE_IRQ_H */ |
55 | |||
56 | /* This part must be outside protection */ | ||
57 | #include <trace/define_trace.h> | ||