From: Peter Zijlstra Date: Wed, 6 Jun 2007 09:39:40 +0000 (+0200) Subject: frv: build fix X-Git-Tag: v2.6.22-rc5~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c750edd39a45402e355459194fe8804366bedd2;p=platform%2Fkernel%2Flinux-3.10.git frv: build fix In file included from /usr/src/linux-2.6-2/net/ipv4/ip_input.c:118: include2/asm/system.h:245: error: parse error before "__cmpxchg_32" include2/asm/system.h:245: error: parse error before '*' token include2/asm/system.h:245: warning: type defaults to `int' in declaration of `__cmpxchg_32' include2/asm/system.h:245: warning: function declaration isn't a prototype include2/asm/system.h:245: warning: data definition has no type or storage class Signed-off-by: Peter Zijlstra Acked-by: David Howells Signed-off-by: Linus Torvalds --- diff --git a/include/asm-frv/system.h b/include/asm-frv/system.h index be303b3..6931af5 100644 --- a/include/asm-frv/system.h +++ b/include/asm-frv/system.h @@ -12,6 +12,7 @@ #ifndef _ASM_SYSTEM_H #define _ASM_SYSTEM_H +#include #include struct thread_struct;