Module Name:    src
Committed By:   dyoung
Date:           Wed Apr 28 20:27:36 UTC 2010

Modified Files:
        src/sys/arch/x86/x86: bus_space.c

Log Message:
#include <sys/bus.h> instead of <machine/bus.h> here to get all of the
MI prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/x86/bus_space.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/x86/x86/bus_space.c
diff -u src/sys/arch/x86/x86/bus_space.c:1.27 src/sys/arch/x86/x86/bus_space.c:1.28
--- src/sys/arch/x86/x86/bus_space.c:1.27	Wed Apr 28 19:17:04 2010
+++ src/sys/arch/x86/x86/bus_space.c	Wed Apr 28 20:27:36 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: bus_space.c,v 1.27 2010/04/28 19:17:04 dyoung Exp $	*/
+/*	$NetBSD: bus_space.c,v 1.28 2010/04/28 20:27:36 dyoung Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_space.c,v 1.27 2010/04/28 19:17:04 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_space.c,v 1.28 2010/04/28 20:27:36 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -42,7 +42,7 @@
 
 #include <dev/isa/isareg.h>
 
-#include <machine/bus.h>
+#include <sys/bus.h>
 #include <machine/pio.h>
 #include <machine/isa_machdep.h>
 

Reply via email to