From: kettenis Date: Thu, 20 Jul 2023 20:40:44 +0000 (+0000) Subject: Remove unused function prototype. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=01830dbc52845975b04b8c79024da727208930fa;p=openbsd Remove unused function prototype. --- diff --git a/sys/arch/arm64/dev/aplpmgr.c b/sys/arch/arm64/dev/aplpmgr.c index 86a4f8990ed..b7d8e830bc5 100644 --- a/sys/arch/arm64/dev/aplpmgr.c +++ b/sys/arch/arm64/dev/aplpmgr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aplpmgr.c,v 1.4 2023/07/15 19:21:47 kettenis Exp $ */ +/* $OpenBSD: aplpmgr.c,v 1.5 2023/07/20 20:40:44 kettenis Exp $ */ /* * Copyright (c) 2021 Mark Kettenis * @@ -66,7 +66,6 @@ struct aplpmgr_softc { int aplpmgr_match(struct device *, void *, void *); void aplpmgr_attach(struct device *, struct device *, void *); -int aplpmgr_activate(struct device *, int); const struct cfattach aplpmgr_ca = { sizeof (struct aplpmgr_softc), aplpmgr_match, aplpmgr_attach