diff options
| author | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-10-19 11:59:34 +0000 |
| commit | a2a3828545f06ae25986dcfcd3831f7308c09784 (patch) | |
| tree | 1ae2eaf3967585225c706634df5ff7207bbfa6b8 /sys/dev/xmi | |
| parent | 1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff) | |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/dev/xmi')
| -rw-r--r-- | sys/dev/xmi/bi_xmi.c | 6 | ||||
| -rw-r--r-- | sys/dev/xmi/xmi.c | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/xmi/bi_xmi.c b/sys/dev/xmi/bi_xmi.c index 420e6f79c70..ec1792f9983 100644 --- a/sys/dev/xmi/bi_xmi.c +++ b/sys/dev/xmi/bi_xmi.c @@ -1,4 +1,4 @@ -/* $NetBSD: bi_xmi.c,v 1.5 2002/10/02 16:53:21 thorpej Exp $ */ +/* $NetBSD: bi_xmi.c,v 1.6 2007/10/19 12:01:24 ad Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved. @@ -36,12 +36,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bi_xmi.c,v 1.5 2002/10/02 16:53:21 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bi_xmi.c,v 1.6 2007/10/19 12:01:24 ad Exp $"); #include <sys/param.h> #include <sys/device.h> -#include <machine/bus.h> +#include <sys/bus.h> #include <dev/xmi/xmireg.h> #include <dev/xmi/xmivar.h> diff --git a/sys/dev/xmi/xmi.c b/sys/dev/xmi/xmi.c index 520fa91a8bf..8bcecdc0b5a 100644 --- a/sys/dev/xmi/xmi.c +++ b/sys/dev/xmi/xmi.c @@ -1,4 +1,4 @@ -/* $NetBSD: xmi.c,v 1.8 2007/03/04 06:02:52 christos Exp $ */ +/* $NetBSD: xmi.c,v 1.9 2007/10/19 12:01:24 ad Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: xmi.c,v 1.8 2007/03/04 06:02:52 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: xmi.c,v 1.9 2007/10/19 12:01:24 ad Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -43,8 +43,8 @@ __KERNEL_RCSID(0, "$NetBSD: xmi.c,v 1.8 2007/03/04 06:02:52 christos Exp $"); #include <uvm/uvm_extern.h> -#include <machine/bus.h> -#include <machine/cpu.h> +#include <sys/bus.h> +#include <sys/cpu.h> #include <dev/xmi/xmireg.h> #include <dev/xmi/xmivar.h> |
