dect
/
linux-2.6
Archived
13
0
Fork 0

trace: Include <asm/asm-offsets.h> in trace_syscalls.c

Include <asm/asm-offsets.h> into trace_syscalls.c, to allow for
NR_syscalls to be automatically generated.

Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2011-11-11 15:52:52 -08:00
parent e79a7fccfb
commit d5e553d6e0
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <linux/ftrace.h>
#include <linux/perf_event.h>
#include <asm/syscall.h>
#include <asm/asm-offsets.h>
#include "trace_output.h"
#include "trace.h"