diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-14 08:26:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-14 08:26:14 +0000 |
commit | 0b2f0a72e82fbed299a3659e3e40b36d8171edcd (patch) | |
tree | f4db8f6a3dae5812a116f7457cdc1085cf8f314c /sys/arch/arm | |
parent | 76e00421546e7134decfe58cbea1bffb4eb5ec85 (diff) |
remove prototypes with no matching function
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/arm32_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/arm32_machdep.c b/sys/arch/arm/arm/arm32_machdep.c index 89c7cc00d7c..ce298409f3d 100644 --- a/sys/arch/arm/arm/arm32_machdep.c +++ b/sys/arch/arm/arm/arm32_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arm32_machdep.c,v 1.62 2021/05/16 03:39:27 jsg Exp $ */ +/* $OpenBSD: arm32_machdep.c,v 1.63 2024/05/14 08:26:13 jsg Exp $ */ /* $NetBSD: arm32_machdep.c,v 1.42 2003/12/30 12:33:15 pk Exp $ */ /* @@ -109,7 +109,6 @@ struct consdev *cn_tab; void data_abort_handler (trapframe_t *frame); void prefetch_abort_handler (trapframe_t *frame); -extern void configure (void); /* * arm32_vector_init: |