Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2c750edd39a45402e355459194fe8804366bedd2
Commit:     2c750edd39a45402e355459194fe8804366bedd2
Parent:     8a2e21038df74c4401f422346b9371a959c21438
Author:     Peter Zijlstra <[EMAIL PROTECTED]>
AuthorDate: Wed Jun 6 11:39:40 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Jun 7 17:00:25 2007 -0700

    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 <[EMAIL PROTECTED]>
    Acked-by: David Howells <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/asm-frv/system.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to