Module Name:    src
Committed By:   dyoung
Date:           Fri Jul  1 20:48:48 UTC 2011

Modified Files:
        src/sys/arch/mips/bonito: bonito_pci.c

Log Message:
#include <sys/bus.h> instead of <machine/bus.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/bonito/bonito_pci.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/bonito/bonito_pci.c
diff -u src/sys/arch/mips/bonito/bonito_pci.c:1.7 src/sys/arch/mips/bonito/bonito_pci.c:1.8
--- src/sys/arch/mips/bonito/bonito_pci.c:1.7	Sun Aug  9 04:09:55 2009
+++ src/sys/arch/mips/bonito/bonito_pci.c	Fri Jul  1 20:48:47 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: bonito_pci.c,v 1.7 2009/08/09 04:09:55 matt Exp $	*/
+/*	$NetBSD: bonito_pci.c,v 1.8 2011/07/01 20:48:47 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -35,13 +35,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bonito_pci.c,v 1.7 2009/08/09 04:09:55 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bonito_pci.c,v 1.8 2011/07/01 20:48:47 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
 
-#include <machine/bus.h>
+#include <sys/bus.h>
 #include <machine/intr.h>
 #include <machine/locore.h>
 

Reply via email to