From afce6f3b0b8cc0bf0c6b6b7ab2c17734e0816dca Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 2 May 2016 05:37:25 +0000 Subject: [PATCH] s/struct device */device_t/ Submitted by: kmacy --- sys/dev/usb/net/if_mos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/net/if_mos.c b/sys/dev/usb/net/if_mos.c index 3a65ec6207b..e6aaac95cc7 100644 --- a/sys/dev/usb/net/if_mos.c +++ b/sys/dev/usb/net/if_mos.c @@ -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;