Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/rmi Just #include <sys/bus.h> instead of <mach...
details: https://anonhg.NetBSD.org/src/rev/27d463ebbbc4
branches: trunk
changeset: 767088:27d463ebbbc4
user: dyoung <dyoung%NetBSD.org@localhost>
date: Fri Jul 08 19:10:14 2011 +0000
description:
Just #include <sys/bus.h> instead of <machine/bus_dma.h>, which is going
away, soon.
diffstat:
sys/arch/mips/rmi/rmixl_obiovar.h | 4 ++--
sys/arch/mips/rmi/rmixl_usbivar.h | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 95ff1375ef2b -r 27d463ebbbc4 sys/arch/mips/rmi/rmixl_obiovar.h
--- a/sys/arch/mips/rmi/rmixl_obiovar.h Fri Jul 08 19:09:01 2011 +0000
+++ b/sys/arch/mips/rmi/rmixl_obiovar.h Fri Jul 08 19:10:14 2011 +0000
@@ -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 {
diff -r 95ff1375ef2b -r 27d463ebbbc4 sys/arch/mips/rmi/rmixl_usbivar.h
--- a/sys/arch/mips/rmi/rmixl_usbivar.h Fri Jul 08 19:09:01 2011 +0000
+++ b/sys/arch/mips/rmi/rmixl_usbivar.h Fri Jul 08 19:10:14 2011 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index