diff options
author | 2006-05-29 20:01:32 +0000 | |
---|---|---|
committer | 2006-05-29 20:01:32 +0000 | |
commit | c2307f0df13130e74a2827e55571975be2bead4e (patch) | |
tree | 890983ded8ea1979207d297e2605e61ba5e31f8d /sys | |
parent | limit the number of scatter gather entries sent with the scsi_io commands (diff) | |
download | wireguard-openbsd-c2307f0df13130e74a2827e55571975be2bead4e.tar.xz wireguard-openbsd-c2307f0df13130e74a2827e55571975be2bead4e.zip |
Remove dead extern declarations.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/sparc64/vm_machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc64/sparc64/vm_machdep.c b/sys/arch/sparc64/sparc64/vm_machdep.c index dc6ad0649a3..179a731392c 100644 --- a/sys/arch/sparc64/sparc64/vm_machdep.c +++ b/sys/arch/sparc64/sparc64/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.12 2005/08/08 19:48:37 kettenis Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.13 2006/05/29 20:01:32 miod Exp $ */ /* $NetBSD: vm_machdep.c,v 1.38 2001/06/30 00:02:20 eeh Exp $ */ /* @@ -69,11 +69,6 @@ #include <sparc64/sparc64/cache.h> -/* XXX These are in sbusvar.h, but including that would be problematical */ -struct sbus_softc *sbus0; -void sbus_enter(struct sbus_softc *, vaddr_t va, int64_t pa, int flags); -void sbus_remove(struct sbus_softc *, vaddr_t va, int len); - /* * Move pages from one kernel virtual address to another. */ |