linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: include linux/sched.h in syscall.h
@ 2012-10-01 20:10 Wade Farnsworth
  2012-10-02 12:21 ` Will Deacon
  0 siblings, 1 reply; 7+ messages in thread
From: Wade Farnsworth @ 2012-10-01 20:10 UTC (permalink / raw)
  To: linux-arm-kernel

task_thread_info() is defined in linux/sched.h.  Explicitly include this
file in arch/arm/include/asm/syscall.h.  This fixes an lttng-modules compile error.

Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com>
---
 arch/arm/include/asm/syscall.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/syscall.h b/arch/arm/include/asm/syscall.h
index c334a23..fce38a6 100644
--- a/arch/arm/include/asm/syscall.h
+++ b/arch/arm/include/asm/syscall.h
@@ -8,6 +8,7 @@
 #define _ASM_ARM_SYSCALL_H
 
 #include <linux/err.h>
+#include <linux/sched.h>
 
 extern const unsigned long sys_call_table[];
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-05  9:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 20:10 [PATCH] arm: include linux/sched.h in syscall.h Wade Farnsworth
2012-10-02 12:21 ` Will Deacon
2012-10-02 15:43   ` Wade Farnsworth
2012-10-02 15:52     ` Will Deacon
2012-10-04 23:09       ` Russell King - ARM Linux
2012-10-05  9:16         ` Will Deacon
2012-10-05  9:39           ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).