Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c750edd authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Linus Torvalds
Browse files

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: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8a2e2103
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,7 @@
#ifndef _ASM_SYSTEM_H
#ifndef _ASM_SYSTEM_H
#define _ASM_SYSTEM_H
#define _ASM_SYSTEM_H


#include <linux/types.h>
#include <linux/linkage.h>
#include <linux/linkage.h>


struct thread_struct;
struct thread_struct;