summaryrefslogtreecommitdiff
path: root/sys/dev/isa/mpu401.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-05 05:32:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-08-05 05:32:42 +0000
commit2ae4c5f3747b984593be84ba29478de5740f0c06 (patch)
tree4bc3a0c9c21abcbb6775633f5b3945021327aab5 /sys/dev/isa/mpu401.c
parentde7e17840b1d4d4c1e4448b2b50bb89e67d68f17 (diff)
mv isa/mpu401var.h ic/mpuvar.h
Diffstat (limited to 'sys/dev/isa/mpu401.c')
-rw-r--r--sys/dev/isa/mpu401.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/mpu401.c b/sys/dev/isa/mpu401.c
index 225a7a113a5..ac09dc28aad 100644
--- a/sys/dev/isa/mpu401.c
+++ b/sys/dev/isa/mpu401.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpu401.c,v 1.3 1999/07/23 13:18:04 niklas Exp $ */
+/* $OpenBSD: mpu401.c,v 1.4 1999/08/05 05:32:40 deraadt Exp $ */
/* $NetBSD: mpu401.c,v 1.3 1998/11/25 22:17:06 augustss Exp $ */
/*
@@ -56,7 +56,7 @@
#include <dev/isa/isavar.h>
#include <dev/isa/isadmavar.h>
-#include <dev/isa/mpu401var.h>
+#include <dev/ic/mpuvar.h>
#ifndef splaudio
#define splaudio() splbio() /* XXX found in audio_if.h normally */