svn commit: r299049 - head/sys/dev/buslogic

Adrian Chadd adrian at FreeBSD.org
Wed May 4 06:24:11 UTC 2016


Author: adrian
Date: Wed May  4 06:24:10 2016
New Revision: 299049
URL: https://svnweb.freebsd.org/changeset/base/299049

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

Modified:
  head/sys/dev/buslogic/btreg.h

Modified: head/sys/dev/buslogic/btreg.h
==============================================================================
--- head/sys/dev/buslogic/btreg.h	Wed May  4 06:23:49 2016	(r299048)
+++ head/sys/dev/buslogic/btreg.h	Wed May  4 06:24:10 2016	(r299049)
@@ -595,7 +595,7 @@ struct sg_map_node {
 };
 	
 struct bt_softc {
-	struct device		*dev;
+	device_t		dev;
 	struct resource		*port;
 	struct resource		*irq;
 	struct resource		*drq;


More information about the svn-src-all mailing list