Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2016 05:37:25 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298918 - head/sys/dev/usb/net
Message-ID:  <201605020537.u425bPd4057816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605020537.u425bPd4057816>