svn commit: r299051 - head/sys/dev/fdc

Adrian Chadd adrian at FreeBSD.org
Wed May 4 06:25:13 UTC 2016


Author: adrian
Date: Wed May  4 06:25:12 2016
New Revision: 299051
URL: https://svnweb.freebsd.org/changeset/base/299051

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

Modified:
  head/sys/dev/fdc/fdcvar.h

Modified: head/sys/dev/fdc/fdcvar.h
==============================================================================
--- head/sys/dev/fdc/fdcvar.h	Wed May  4 06:24:51 2016	(r299050)
+++ head/sys/dev/fdc/fdcvar.h	Wed May  4 06:25:12 2016	(r299051)
@@ -66,7 +66,7 @@ struct fdc_data {
 	bus_space_handle_t ioh[FDC_MAXREG];
 	int	ioff[FDC_MAXREG];
 	void	*fdc_intr;
-	struct	device *fdc_dev;
+	device_t fdc_dev;
 	struct mtx fdc_mtx;
 	struct proc *fdc_thread;
 };


More information about the svn-src-head mailing list