[PATCH] arm: include linux/sched.h in syscall.h

Will Deacon will.deacon at arm.com
Tue Oct 2 08:21:24 EDT 2012


Hi Wade,

On Mon, Oct 01, 2012 at 09:10:08PM +0100, Wade Farnsworth wrote:
> 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.

Can you be more specific about the error? From your description, it sounds
like it should be fixed in lttng rather than here.

Cheers,

Will

> Signed-off-by: Wade Farnsworth <wade_farnsworth at 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
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 



More information about the linux-arm-kernel mailing list