s/struct device */device_t/

Submitted by:	kmacy
This commit is contained in:
adrian 2016-05-02 05:37:25 +00:00
parent a5b30b4f07
commit 64705f4816

View File

@ -418,7 +418,7 @@ mos_write_mcast(struct mos_softc *sc, u_char *hashtbl)
}
static int
mos_miibus_readreg(struct device *dev, int phy, int reg)
mos_miibus_readreg(device_t dev, int phy, int reg)
{
struct mos_softc *sc = device_get_softc(dev);
uWord val;