Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4c1569949a756327aa0ad7aa15a62266b6a00c3e
Commit:     4c1569949a756327aa0ad7aa15a62266b6a00c3e
Parent:     f8aeb85f158fa98f8c2c9a24effb00adc06c0e85
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 14 10:40:05 2007 +0000
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Sun Feb 18 21:31:34 2007 +0000

    [MIPS] <asm/compat-signal.h> needs to include <asm/uaccess.h>.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 include/asm-mips/compat-signal.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/asm-mips/compat-signal.h b/include/asm-mips/compat-signal.h
index d6e7c3b..20ac29f 100644
--- a/include/asm-mips/compat-signal.h
+++ b/include/asm-mips/compat-signal.h
@@ -5,6 +5,8 @@
 #include <linux/compat.h>
 #include <linux/compiler.h>
 
+#include <asm/uaccess.h>
+
 static inline int __copy_conv_sigset_to_user(compat_sigset_t __user *d,
        const sigset_t *s)
 {
-
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