patch-2.4.25 linux-2.4.25/include/asm-mips64/io.h

Next file: linux-2.4.25/include/asm-mips64/kmap_types.h
Previous file: linux-2.4.25/include/asm-mips64/hazards.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/asm-mips64/io.h linux-2.4.25/include/asm-mips64/io.h
@@ -4,7 +4,7 @@
  * for more details.
  *
  * Copyright (C) 1994, 1995 Waldorf GmbH
- * Copyright (C) 1994 - 2000 Ralf Baechle
+ * Copyright (C) 1994 - 2000, 03 Ralf Baechle
  * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
  */
 #ifndef _ASM_IO_H
@@ -15,6 +15,10 @@
 #include <asm/page.h>
 #include <asm/byteorder.h>
 
+#ifdef CONFIG_MIPS_COBALT
+#include <asm/cobalt/io.h>
+#endif
+
 #ifdef CONFIG_DECSTATION
 #include <asm/dec/io.h>
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)