* [PATCH] frv: build fix
@ 2007-06-06 9:39 Peter Zijlstra
2007-06-06 10:00 ` David Howells
0 siblings, 1 reply; 2+ messages in thread
From: Peter Zijlstra @ 2007-06-06 9:39 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton, David Howells; +Cc: linux-kernel
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 <a.p.zijlstra@chello.nl>
---
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 <linux/types.h>
#include <linux/linkage.h>
struct thread_struct;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] frv: build fix
2007-06-06 9:39 [PATCH] frv: build fix Peter Zijlstra
@ 2007-06-06 10:00 ` David Howells
0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2007-06-06 10:00 UTC (permalink / raw)
To: Peter Zijlstra; +Cc: Linus Torvalds, Andrew Morton, linux-kernel
Fine by me.
Signed-off-by: David Howells <dhowells@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-06-06 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 9:39 [PATCH] frv: build fix Peter Zijlstra
2007-06-06 10:00 ` David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox