Update of /cvsroot/linux-mips/linux/include/asm-mips
In directory usw-pr-cvs1:/tmp/cvs-serv23171
Modified Files:
vr41xx.h
Log Message:
Add VR4121 header.. fix a typo in vr4111.h, remove DSU entry from vr4122
definitions.
Index: vr41xx.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips/vr41xx.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vr41xx.h 2001/10/28 03:40:09 1.1
+++ vr41xx.h 2001/10/29 08:20:55 1.2
@@ -31,6 +31,8 @@
*/
#if defined(CONFIG_VR4111)
#include <asm/vr4111/vr4111.h>
+#elif defined(CONFIG_VR4121)
+ #include <asm/vr4121/vr4121.h>
#elif defined(CONFIG_VR4122)
#include <asm/vr4122/vr4122.h>
#elif defined(CONFIG_VR4181)
|