Module Name:    src
Committed By:   dyoung
Date:           Fri Jul  8 19:10:14 UTC 2011

Modified Files:
        src/sys/arch/mips/rmi: rmixl_obiovar.h rmixl_usbivar.h

Log Message:
Just #include <sys/bus.h> instead of <machine/bus_dma.h>, which is going
away, soon.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/rmi/rmixl_obiovar.h \
    src/sys/arch/mips/rmi/rmixl_usbivar.h

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_obiovar.h
diff -u src/sys/arch/mips/rmi/rmixl_obiovar.h:1.3 src/sys/arch/mips/rmi/rmixl_obiovar.h:1.4
--- src/sys/arch/mips/rmi/rmixl_obiovar.h:1.3	Sun Feb 20 07:48:37 2011
+++ src/sys/arch/mips/rmi/rmixl_obiovar.h	Fri Jul  8 19:10:14 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_obiovar.h,v 1.3 2011/02/20 07:48:37 matt Exp $	*/
+/*	$NetBSD: rmixl_obiovar.h,v 1.4 2011/07/08 19:10:14 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -32,8 +32,8 @@
 #ifndef _MIPS_RMI_RMIXL_OBIOVAR_H_
 #define _MIPS_RMI_RMIXL_OBIOVAR_H_
 
+#include <sys/bus.h>
 #include <dev/pci/pcivar.h>
-#include <mips/bus_dma.h>
 #include <mips/pci_machdep.h>
 
 struct obio_attach_args {
Index: src/sys/arch/mips/rmi/rmixl_usbivar.h
diff -u src/sys/arch/mips/rmi/rmixl_usbivar.h:1.3 src/sys/arch/mips/rmi/rmixl_usbivar.h:1.4
--- src/sys/arch/mips/rmi/rmixl_usbivar.h:1.3	Fri Apr 29 21:54:14 2011
+++ src/sys/arch/mips/rmi/rmixl_usbivar.h	Fri Jul  8 19:10:14 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rmixl_usbivar.h,v 1.3 2011/04/29 21:54:14 matt Exp $	*/
+/*	$NetBSD: rmixl_usbivar.h,v 1.4 2011/07/08 19:10:14 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -33,7 +33,6 @@
 #define _MIPS_RMI_RMIXL_USBIVAR_H_
 
 #include <sys/bus.h>
-#include <mips/bus_dma.h>
 
 struct rmixl_usbi_attach_args {
 	bus_space_tag_t	usbi_eb_bst;

Reply via email to