summaryrefslogtreecommitdiff
path: root/backport/backport-include/trace/ftrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/trace/ftrace.h')
-rw-r--r--backport/backport-include/trace/ftrace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backport/backport-include/trace/ftrace.h b/backport/backport-include/trace/ftrace.h
index 2daedd55..756ded36 100644
--- a/backport/backport-include/trace/ftrace.h
+++ b/backport/backport-include/trace/ftrace.h
@@ -9,5 +9,6 @@
#undef __get_dynamic_array_len
#define __get_dynamic_array_len(field) \
((__entry->__data_loc_##field >> 16) & 0xffff)
-
+#if LINUX_VERSION_IS_GEQ(3,2,0)
#include_next <trace/ftrace.h>
+#endif