mii/dp83822phy: Remove a declaration for a non-existent function

Fixes:	0c9156faeccb ("Introduce DP83822 PHY driver")
This commit is contained in:
Mark Johnston 2021-11-29 13:51:05 -05:00
parent 1c732c8591
commit 7a33723038

View File

@ -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;