summaryrefslogtreecommitdiff
path: root/sys/dev/ic/com.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/com.c')
-rw-r--r--sys/dev/ic/com.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index 409afeb3c58..e5da21469df 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: com.c,v 1.14 1996/05/10 12:37:13 deraadt Exp $ */
-/* $NetBSD: com.c,v 1.81 1996/05/05 19:50:44 christos Exp $ */
+/* $OpenBSD: com.c,v 1.15 1996/05/26 00:27:14 deraadt Exp $ */
+/* $NetBSD: com.c,v 1.82 1996/05/12 23:52:00 mycroft Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996
@@ -57,12 +57,8 @@
#include <sys/types.h>
#include <sys/device.h>
-#ifdef i386 /* XXX */
-#include <machine/cpu.h> /* XXX */
-#else /* XXX */
-#include <machine/intr.h>
-#endif /* XXX */
#include <machine/bus.h>
+#include <machine/intr.h>
#include <dev/isa/isavar.h>
#include <dev/isa/comreg.h>