From: James S. <jsi...@us...> - 2002-02-19 17:45:07
|
Update of /cvsroot/linux-mips/linux/include/asm-mips64/sibyte In directory usw-pr-cvs1:/tmp/cvs-serv8152/asm-mips64/sibyte Modified Files: 64bit.h Log Message: Minor code overhaul. Index: 64bit.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/sibyte/64bit.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 64bit.h 8 Nov 2001 17:28:25 -0000 1.1 +++ 64bit.h 19 Feb 2002 17:45:04 -0000 1.2 @@ -19,7 +19,7 @@ #ifndef _ASM_SIBYTE_64BIT_H #define _ASM_SIBYTE_64BIT_H -#include <asm/types.h> +#include <linux/types.h> /* These are provided so as to be able to use common driver code for the 32-bit and 64-bit trees */ @@ -34,4 +34,4 @@ return *(volatile unsigned long *)addr; } -#endif +#endif /* _ASM_SIBYTE_64BIT_H */ |