Module Name:    src
Committed By:   dyoung
Date:           Fri Jul  1 18:37:36 UTC 2011

Modified Files:
        src/sys/arch/xen/i386: npx_hv.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/i386/npx_hv.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/xen/i386/npx_hv.c
diff -u src/sys/arch/xen/i386/npx_hv.c:1.8 src/sys/arch/xen/i386/npx_hv.c:1.9
--- src/sys/arch/xen/i386/npx_hv.c:1.8	Fri Oct 23 02:32:33 2009
+++ src/sys/arch/xen/i386/npx_hv.c	Fri Jul  1 18:37:36 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: npx_hv.c,v 1.8 2009/10/23 02:32:33 snj Exp $	*/
+/*	$NetBSD: npx_hv.c,v 1.9 2011/07/01 18:37:36 dyoung Exp $	*/
 
 /*
  *
@@ -28,13 +28,13 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npx_hv.c,v 1.8 2009/10/23 02:32:33 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npx_hv.c,v 1.9 2011/07/01 18:37:36 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
 
-#include <machine/bus.h>
+#include <sys/bus.h>
 #include <machine/stdarg.h>
 
 #include <xen/xen.h>

Reply via email to