x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.h
[cascardo/linux.git] / arch / x86 / include / asm / syscall.h
index c4a348f..d962e56 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <linux/sched.h>
 #include <linux/err.h>
+#include <asm/asm-offsets.h>   /* For NR_syscalls */
 
 extern const unsigned long sys_call_table[];