Correct driver_t brgphy_driver, which was forgotten from the last commit.

This commit is contained in:
jkim 2007-01-16 17:48:57 +00:00
parent 0de926dfd1
commit 2506ea94b7

View File

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