summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-02-12 19:55:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-02-12 19:55:40 +0000
commit7390c7303f567bb38f5609a913aca5725be9d2f6 (patch)
treed87945e3784a65a5f57028f0b2a394f0cbb4d9aa /sys/arch/arm/include
parente0638ab9700b53c881989a247b308f88f7b0a2a0 (diff)
Remove dead sysbeep driver and unused sysbeep() routine. No functional change.
Diffstat (limited to 'sys/arch/arm/include')
-rw-r--r--sys/arch/arm/include/isa_machdep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/include/isa_machdep.h b/sys/arch/arm/include/isa_machdep.h
index c06c8b828ac..a26c861168f 100644
--- a/sys/arch/arm/include/isa_machdep.h
+++ b/sys/arch/arm/include/isa_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isa_machdep.h,v 1.2 2005/10/02 18:55:23 brad Exp $ */
+/* $OpenBSD: isa_machdep.h,v 1.3 2006/02/12 19:55:39 miod Exp $ */
/* $NetBSD: isa_machdep.h,v 1.3 2002/01/07 22:58:07 chris Exp $ */
/*-
@@ -186,7 +186,6 @@ void isa_intr_init(void);
/*
* Miscellanous functions.
*/
-void sysbeep(int, int); /* beep with the system speaker */
void isa_fillw(u_int val, void *addr, size_t len);
#endif /* _ARM32_ISA_MACHDEP_H_ XXX */