summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-02-10 10:03:00 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-02-10 10:03:00 +0000
commitbbe3bddc5284e6d498c7e40d2f13ca2a5390a19b (patch)
tree759d50280855568b107f7e2b6b3b9b239f269079 /sys/arch
parentec3b44a13c0a6fd5ac05e70027dec58bb4735150 (diff)
unneeded defns
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/dev/auxiovar.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/sparc64/dev/auxiovar.h b/sys/arch/sparc64/dev/auxiovar.h
index efb9a42495c..56189a83e3b 100644
--- a/sys/arch/sparc64/dev/auxiovar.h
+++ b/sys/arch/sparc64/dev/auxiovar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auxiovar.h,v 1.4 2002/03/14 01:26:44 millert Exp $ */
+/* $OpenBSD: auxiovar.h,v 1.5 2003/02/10 10:02:59 jason Exp $ */
/* $NetBSD: auxiovar.h,v 1.4 2000/04/15 03:08:13 mrg Exp $ */
/*
@@ -58,11 +58,5 @@ struct auxio_softc {
* XXX: old interfaces. we set auxio_reg the first auxio we attach.
*/
#ifndef _LOCORE
-/*
- * Copy of AUXIO_REG for the benefit of assembler modules (eg. trap handlers)
- * as AUXREG_VA depends on NBPG which is not a constant.
- */
-volatile u_char *auxio_reg;
-unsigned int auxregbisc(int, int);
void auxio_led_blink(void *);
#endif