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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to