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/isa/com_multi.c | |
| parent | 1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff) | |
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/dev/isa/com_multi.c')
| -rw-r--r-- | sys/dev/isa/com_multi.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/isa/com_multi.c b/sys/dev/isa/com_multi.c index dbd336a00f1..20db950d498 100644 --- a/sys/dev/isa/com_multi.c +++ b/sys/dev/isa/com_multi.c @@ -1,4 +1,4 @@ -/* $NetBSD: com_multi.c,v 1.24 2006/11/16 01:33:00 christos Exp $ */ +/* $NetBSD: com_multi.c,v 1.25 2007/10/19 12:00:15 ad Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: com_multi.c,v 1.24 2006/11/16 01:33:00 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: com_multi.c,v 1.25 2007/10/19 12:00:15 ad Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -88,8 +88,8 @@ __KERNEL_RCSID(0, "$NetBSD: com_multi.c,v 1.24 2006/11/16 01:33:00 christos Exp #include <sys/syslog.h> #include <sys/device.h> -#include <machine/intr.h> -#include <machine/bus.h> +#include <sys/intr.h> +#include <sys/bus.h> #include <dev/ic/comreg.h> #include <dev/ic/comvar.h> |
