qla2xxx: fix command initialization in target mode.
[firefly-linux-kernel-4.4.55.git] / include / trace / syscall.h
index 9674145e2f6abf910b88b6be6c7b66b4d56dc152..7434f0f5d3f685e881c4f6d239abf9d5d36b743e 100644 (file)
@@ -3,7 +3,7 @@
 
 #include <linux/tracepoint.h>
 #include <linux/unistd.h>
-#include <linux/ftrace_event.h>
+#include <linux/trace_events.h>
 #include <linux/thread_info.h>
 
 #include <asm/ptrace.h>
@@ -29,8 +29,8 @@ struct syscall_metadata {
        const char      **args;
        struct list_head enter_fields;
 
-       struct ftrace_event_call *enter_event;
-       struct ftrace_event_call *exit_event;
+       struct trace_event_call *enter_event;
+       struct trace_event_call *exit_event;
 };
 
 #if defined(CONFIG_TRACEPOINTS) && defined(CONFIG_HAVE_SYSCALL_TRACEPOINTS)