diff options
Diffstat (limited to 'sys/dev/ic/com.c')
-rw-r--r-- | sys/dev/ic/com.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index 9e45a8052f8..f34f3d7f95d 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.90 2003/06/03 21:09:02 deraadt Exp $ */ +/* $OpenBSD: com.c,v 1.91 2003/07/15 03:15:58 jason Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -99,7 +99,6 @@ cdev_decl(com); static u_char tiocm_xxx2mcr(int); void compwroff(struct com_softc *); -void com_raisedtr(void *); void com_enable_debugport(struct com_softc *); struct cfdriver com_cd = { |