From 7a3372303802eb4afd1f3582ea05bffbc53f047d Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 29 Nov 2021 13:51:05 -0500 Subject: [PATCH] mii/dp83822phy: Remove a declaration for a non-existent function Fixes: 0c9156faeccb ("Introduce DP83822 PHY driver") --- sys/dev/mii/dp83822phy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mii/dp83822phy.c b/sys/dev/mii/dp83822phy.c index 181fc610be7..ac5c8b19be3 100644 --- a/sys/dev/mii/dp83822phy.c +++ b/sys/dev/mii/dp83822phy.c @@ -78,7 +78,6 @@ __FBSDID("$FreeBSD$"); #define DP83822_MISR2_INT_STS_SHIFT 8 static int dp_service(struct mii_softc*, struct mii_data*, int); -static void dp_status(struct mii_softc*); struct dp83822_softc { struct mii_softc mii_sc;