diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-17 19:12:51 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-17 19:12:51 +0000 |
commit | f1737f18e9baa0780862ec2b54e52ce1546208bf (patch) | |
tree | 00d7478edd1761c5729338a275c5c8bfaa37208b /sys/dev/isa/if_ie.c | |
parent | 18de5a327a70a38bf9d960014f43d7b97e8e6461 (diff) |
Remove kvtop prototype, found elsewhere now
Diffstat (limited to 'sys/dev/isa/if_ie.c')
-rw-r--r-- | sys/dev/isa/if_ie.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/if_ie.c b/sys/dev/isa/if_ie.c index 4518ce585d2..00ef51c0a63 100644 --- a/sys/dev/isa/if_ie.c +++ b/sys/dev/isa/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.13 1996/10/06 21:28:22 deraadt Exp $ */ +/* $OpenBSD: if_ie.c,v 1.14 1996/10/17 19:12:50 niklas Exp $ */ /* $NetBSD: if_ie.c,v 1.51 1996/05/12 23:52:48 mycroft Exp $ */ /*- @@ -297,8 +297,6 @@ void iememinit __P((void *, struct ie_softc *)); static int mc_setup __P((struct ie_softc *, void *)); static void mc_reset __P((struct ie_softc *)); -vm_offset_t kvtop __P((caddr_t)); /* XXX: Should not use this */ - #ifdef IEDEBUG void print_rbd __P((volatile struct ie_recv_buf_desc *)); |