diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-11 04:54:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-06-11 04:54:11 +0000 |
commit | d9095ef303bdb9d1de18175c4e82bfbddbd56627 (patch) | |
tree | 4e4f8ed23242348069c25c0949abb7e14322132c | |
parent | b6fe075047fc78da2c40c38d4206e283cc86200d (diff) |
com.c is not a block device, no bdev_decl() for it.
-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 1852fce766a..3df62ebc7d9 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.84 2002/04/09 15:08:43 pefo Exp $ */ +/* $OpenBSD: com.c,v 1.85 2002/06/11 04:54:10 miod Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -102,7 +102,6 @@ /* XXX: These belong elsewhere */ cdev_decl(com); -bdev_decl(com); static u_char tiocm_xxx2mcr(int); |