mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mii/dp83822phy: Remove a declaration for a non-existent function
Fixes: 0c9156faec ("Introduce DP83822 PHY driver")
This commit is contained in:
parent
1c732c8591
commit
7a33723038
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue