git: 440e7cb4aca9 - main - hwpmc_core: remove two non-existent function prototypes

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Wed, 18 Oct 2023 18:05:59 UTC
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=440e7cb4aca9b6f5662ab492bd016d8ed0f85da0

commit 440e7cb4aca9b6f5662ab492bd016d8ed0f85da0
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2023-10-18 17:53:05 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2023-10-18 18:05:44 +0000

    hwpmc_core: remove two non-existent function prototypes
    
    Reviewed by:    jkoshy
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D41271
---
 sys/dev/hwpmc/hwpmc_core.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/hwpmc/hwpmc_core.h b/sys/dev/hwpmc/hwpmc_core.h
index 6fbb1cca319c..cd23055afbe2 100644
--- a/sys/dev/hwpmc/hwpmc_core.h
+++ b/sys/dev/hwpmc/hwpmc_core.h
@@ -198,11 +198,9 @@ int	pmc_core_initialize(struct pmc_mdep *_md, int _maxcpu,
 void	pmc_core_finalize(struct pmc_mdep *_md);
 
 int	pmc_iaf_initialize(struct pmc_mdep *_md, int _maxcpu, int _npmc, int _width);
-void	pmc_iaf_finalize(struct pmc_mdep *_md);
 
 int	pmc_iap_initialize(struct pmc_mdep *_md, int _maxcpu, int _npmc, int _width,
 	    int _flags);
-void	pmc_iap_finalize(struct pmc_mdep *_md);
 
 #endif	/* _KERNEL */
 #endif	/* _DEV_HWPMC_CORE_H */