svn commit: r298918 - head/sys/dev/usb/net

Adrian Chadd adrian at FreeBSD.org
Mon May 2 05:37:26 UTC 2016


Author: adrian
Date: Mon May  2 05:37:25 2016
New Revision: 298918
URL: https://svnweb.freebsd.org/changeset/base/298918

Log:
  s/struct device */device_t/
  
  Submitted by:	kmacy

Modified:
  head/sys/dev/usb/net/if_mos.c

Modified: head/sys/dev/usb/net/if_mos.c
==============================================================================
--- head/sys/dev/usb/net/if_mos.c	Mon May  2 05:29:28 2016	(r298917)
+++ head/sys/dev/usb/net/if_mos.c	Mon May  2 05:37:25 2016	(r298918)
@@ -418,7 +418,7 @@ mos_write_mcast(struct mos_softc *sc, u_
 }
 
 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;


More information about the svn-src-all mailing list