summaryrefslogtreecommitdiff
path: root/sys/dev/sun
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2007-10-19 11:59:34 +0000
committerad <ad@NetBSD.org>2007-10-19 11:59:34 +0000
commita2a3828545f06ae25986dcfcd3831f7308c09784 (patch)
tree1ae2eaf3967585225c706634df5ff7207bbfa6b8 /sys/dev/sun
parent1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/dev/sun')
-rw-r--r--sys/dev/sun/cgsix.c6
-rw-r--r--sys/dev/sun/cgthree.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/sun/cgsix.c b/sys/dev/sun/cgsix.c
index 6a8a9574052..3c15a275ebe 100644
--- a/sys/dev/sun/cgsix.c
+++ b/sys/dev/sun/cgsix.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cgsix.c,v 1.34 2007/03/04 06:02:44 christos Exp $ */
+/* $NetBSD: cgsix.c,v 1.35 2007/10/19 12:01:18 ad Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.34 2007/03/04 06:02:44 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.35 2007/10/19 12:01:18 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -104,7 +104,7 @@ __KERNEL_RCSID(0, "$NetBSD: cgsix.c,v 1.34 2007/03/04 06:02:44 christos Exp $");
#include <uvm/uvm_extern.h>
-#include <machine/bus.h>
+#include <sys/bus.h>
#include <dev/sun/fbio.h>
#include <dev/sun/fbvar.h>
diff --git a/sys/dev/sun/cgthree.c b/sys/dev/sun/cgthree.c
index b5e42350903..b72bc1321c5 100644
--- a/sys/dev/sun/cgthree.c
+++ b/sys/dev/sun/cgthree.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cgthree.c,v 1.13 2007/03/04 06:02:45 christos Exp $ */
+/* $NetBSD: cgthree.c,v 1.14 2007/10/19 12:01:19 ad Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cgthree.c,v 1.13 2007/03/04 06:02:45 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cgthree.c,v 1.14 2007/10/19 12:01:19 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -57,7 +57,7 @@ __KERNEL_RCSID(0, "$NetBSD: cgthree.c,v 1.13 2007/03/04 06:02:45 christos Exp $"
#include <sys/tty.h>
#include <sys/conf.h>
-#include <machine/bus.h>
+#include <sys/bus.h>
#include <machine/autoconf.h>
#include <dev/sun/fbio.h>