git: 7a3372303802 - main - mii/dp83822phy: Remove a declaration for a non-existent function
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Nov 2021 18:57:54 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=7a3372303802eb4afd1f3582ea05bffbc53f047d
commit 7a3372303802eb4afd1f3582ea05bffbc53f047d
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-11-29 18:51:05 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-11-29 18:57:24 +0000
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 181fc610be76..ac5c8b19be39 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;