Correct driver_t brgphy_driver, which was forgotten from the last commit.
This commit is contained in:
parent
0de926dfd1
commit
2506ea94b7
@ -86,7 +86,7 @@ static devclass_t brgphy_devclass;
|
||||
static driver_t brgphy_driver = {
|
||||
"brgphy",
|
||||
brgphy_methods,
|
||||
sizeof(struct mii_softc)
|
||||
sizeof(struct brgphy_softc)
|
||||
};
|
||||
|
||||
DRIVER_MODULE(brgphy, miibus, brgphy_driver, brgphy_devclass, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user