ChangeSet 1.2181.30.1, 2005/03/21 09:28:06-08:00, [EMAIL PROTECTED]

        [PARISC]: Fix type in unaligned.h header.
        
        Meant to include asm-generic/unaligned.h, not make
        this file include itself :-)
        
        Noticed by Mika Kukkonen.
        
        Signed-off-by: David S. Miller <[EMAIL PROTECTED]>



 unaligned.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/include/asm-parisc/unaligned.h b/include/asm-parisc/unaligned.h
--- a/include/asm-parisc/unaligned.h    2005-04-03 21:11:00 -07:00
+++ b/include/asm-parisc/unaligned.h    2005-04-03 21:11:00 -07:00
@@ -1,7 +1,7 @@
 #ifndef _ASM_PARISC_UNALIGNED_H_
 #define _ASM_PARISC_UNALIGNED_H_
 
-#include <asm-parisc/unaligned.h>
+#include <asm-generic/unaligned.h>
 
 #ifdef __KERNEL__
 struct pt_regs;
-
To unsubscribe from this list: send the line "unsubscribe bk-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