X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Ftrace%2Fsyscall.h;h=31966a4fb8ccab298a6e64f81400a1aec2c39ea9;hb=6cf98d6ebb37a183d92c4183dc228cdeef9a7083;hp=257e08960d7b7f1c232ca6cef97f1cac3f0737e5;hpb=60eab877a9581b479c6c7d7913ce8070a0ace960;p=~andy%2Flinux diff --git a/include/trace/syscall.h b/include/trace/syscall.h index 257e08960d7..31966a4fb8c 100644 --- a/include/trace/syscall.h +++ b/include/trace/syscall.h @@ -26,7 +26,6 @@ struct syscall_metadata { const char **types; const char **args; struct list_head enter_fields; - struct list_head exit_fields; struct ftrace_event_call *enter_event; struct ftrace_event_call *exit_event;