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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index 87b8d969f19..1a4748a826e 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com.c,v 1.24 1996/10/22 01:11:50 downsj Exp $ */
+/* $OpenBSD: com.c,v 1.25 1996/10/30 15:01:49 niklas Exp $ */
/* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */
/*-
@@ -166,8 +166,6 @@ struct cfdriver com_cd = {
NULL, "com", DV_TTY
};
-void cominit __P((bus_chipset_tag_t, bus_io_handle_t, int));
-
#ifndef CONSPEED
#define CONSPEED B9600
#endif