Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 #include <sys/bus.h> instead of <machine/bu...



details:   https://anonhg.NetBSD.org/src/rev/946c13210a7b
branches:  trunk
changeset: 754358:946c13210a7b
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Apr 28 20:27:36 2010 +0000

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

diffstat:

 sys/arch/x86/x86/bus_space.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2ddae2e8d5c6 -r 946c13210a7b sys/arch/x86/x86/bus_space.c
--- a/sys/arch/x86/x86/bus_space.c      Wed Apr 28 20:22:46 2010 +0000
+++ b/sys/arch/x86/x86/bus_space.c      Wed Apr 28 20:27:36 2010 +0000
@@ -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>
 



Home | Main Index | Thread Index | Old Index