Module Name:    src
Committed By:   cliff
Date:           Sun Mar 21 21:24:49 UTC 2010

Modified Files:
        src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_ehci.c rmixl_ohci.c

Log Message:
- include rmixl_intr.h for externs


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/rmi/rmixl_ehci.c \
    src/sys/arch/mips/rmi/rmixl_ohci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/rmi/rmixl_ehci.c
diff -u src/sys/arch/mips/rmi/rmixl_ehci.c:1.1.2.3 src/sys/arch/mips/rmi/rmixl_ehci.c:1.1.2.4
--- src/sys/arch/mips/rmi/rmixl_ehci.c:1.1.2.3	Fri Jan 29 00:23:18 2010
+++ src/sys/arch/mips/rmi/rmixl_ehci.c	Sun Mar 21 21:24:48 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_ehci.c,v 1.1.2.3 2010/01/29 00:23:18 cliff Exp $	*/
+/*	$NetBSD: rmixl_ehci.c,v 1.1.2.4 2010/03/21 21:24:48 cliff Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2002, 2003 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_ehci.c,v 1.1.2.3 2010/01/29 00:23:18 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_ehci.c,v 1.1.2.4 2010/03/21 21:24:48 cliff Exp $");
 
 #include "locators.h"
 
@@ -42,6 +42,7 @@
 
 #include <mips/rmi/rmixlreg.h>
 #include <mips/rmi/rmixlvar.h>
+#include <mips/rmi/rmixl_intr.h>
 #include <mips/rmi/rmixl_usbivar.h>
 
 #include <dev/usb/usb.h>   
Index: src/sys/arch/mips/rmi/rmixl_ohci.c
diff -u src/sys/arch/mips/rmi/rmixl_ohci.c:1.1.2.3 src/sys/arch/mips/rmi/rmixl_ohci.c:1.1.2.4
--- src/sys/arch/mips/rmi/rmixl_ohci.c:1.1.2.3	Fri Jan 29 00:23:18 2010
+++ src/sys/arch/mips/rmi/rmixl_ohci.c	Sun Mar 21 21:24:48 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_ohci.c,v 1.1.2.3 2010/01/29 00:23:18 cliff Exp $	*/
+/*	$NetBSD: rmixl_ohci.c,v 1.1.2.4 2010/03/21 21:24:48 cliff Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2002, 2003 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include "locators.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rmixl_ohci.c,v 1.1.2.3 2010/01/29 00:23:18 cliff Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rmixl_ohci.c,v 1.1.2.4 2010/03/21 21:24:48 cliff Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -42,6 +42,7 @@
 
 #include <mips/rmi/rmixlreg.h>
 #include <mips/rmi/rmixlvar.h>
+#include <mips/rmi/rmixl_intr.h>
 #include <mips/rmi/rmixl_usbivar.h>
 
 #include <dev/usb/usb.h>   

Reply via email to