summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-07-31 11:00:09 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-07-31 11:00:09 +0000
commit92a904986296f0d04ba12be4e30c05e69cce1ad0 (patch)
treee788b5fc3934e559e8c5f05b79034fa6776b8b99 /sys
parent6cfd126258f88faadda07e24590ed256f0595be2 (diff)
unbreak ym.c, opl3sa3reg.h doesn't exist any longer
noticed by mk@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/ym.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/ym.c b/sys/dev/isa/ym.c
index ded7fbd8978..31da411e1d0 100644
--- a/sys/dev/isa/ym.c
+++ b/sys/dev/isa/ym.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ym.c,v 1.15 2010/06/30 11:21:35 jakemsr Exp $ */
+/* $OpenBSD: ym.c,v 1.16 2010/07/31 11:00:08 ratchov Exp $ */
/*
@@ -51,7 +51,6 @@
#include <dev/ic/ad1848reg.h>
#include <dev/isa/ad1848var.h>
-#include <dev/ic/opl3sa3reg.h>
#include <dev/ic/mpuvar.h>
#include <dev/isa/ymvar.h>