mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix declaration disagreement.
This commit is contained in:
parent
6af023343d
commit
5aa8fe17f8
1 changed files with 2 additions and 2 deletions
|
|
@ -92,8 +92,8 @@ static driver_t tdkphy_driver = {
|
|||
|
||||
DRIVER_MODULE(tdkphy, miibus, tdkphy_driver, tdkphy_devclass, 0, 0);
|
||||
|
||||
int tdkphy_service __P((struct mii_softc *, struct mii_data *, int));
|
||||
void tdkphy_status __P((struct mii_softc *));
|
||||
static int tdkphy_service __P((struct mii_softc *, struct mii_data *, int));
|
||||
static void tdkphy_status __P((struct mii_softc *));
|
||||
|
||||
static int
|
||||
tdkphy_probe(device_t dev)
|
||||
|
|
|
|||
Loading…
Reference in a new issue