mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
s/struct device */device_t/
Submitted by: kmacy
This commit is contained in:
parent
dd8a5c3593
commit
afce6f3b0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue