summaryrefslogtreecommitdiff
path: root/sys/dev/ic/interwave.c
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/ic/interwave.c
parent1ba4d2957ab5b24977347329a3bb4ad8491f12e4 (diff)
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
Diffstat (limited to 'sys/dev/ic/interwave.c')
-rw-r--r--sys/dev/ic/interwave.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/interwave.c b/sys/dev/ic/interwave.c
index 206d8b108cd..dbc9cea9ace 100644
--- a/sys/dev/ic/interwave.c
+++ b/sys/dev/ic/interwave.c
@@ -1,4 +1,4 @@
-/* $NetBSD: interwave.c,v 1.30 2006/11/16 01:32:51 christos Exp $ */
+/* $NetBSD: interwave.c,v 1.31 2007/10/19 11:59:54 ad Exp $ */
/*
* Copyright (c) 1997, 1999 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.30 2006/11/16 01:32:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.31 2007/10/19 11:59:54 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -50,8 +50,8 @@ __KERNEL_RCSID(0, "$NetBSD: interwave.c,v 1.30 2006/11/16 01:32:51 christos Exp
#include <sys/malloc.h>
#include <sys/kernel.h>
-#include <machine/cpu.h>
-#include <machine/intr.h>
+#include <sys/cpu.h>
+#include <sys/intr.h>
#include <machine/pio.h>
#include <sys/audioio.h>
#include <dev/audio_if.h>