svn commit: r299052 - head/sys/dev/acpi_support

Adrian Chadd adrian at FreeBSD.org
Wed May 4 06:26:28 UTC 2016


Author: adrian
Date: Wed May  4 06:26:27 2016
New Revision: 299052
URL: https://svnweb.freebsd.org/changeset/base/299052

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

Modified:
  head/sys/dev/acpi_support/atk0110.c

Modified: head/sys/dev/acpi_support/atk0110.c
==============================================================================
--- head/sys/dev/acpi_support/atk0110.c	Wed May  4 06:25:12 2016	(r299051)
+++ head/sys/dev/acpi_support/atk0110.c	Wed May  4 06:26:27 2016	(r299052)
@@ -66,7 +66,7 @@ struct aibs_sensor {
 };
 
 struct aibs_softc {
-	struct device		*sc_dev;
+	device_t		sc_dev;
 	ACPI_HANDLE		sc_ah;
 
 	struct aibs_sensor	*sc_asens_volt;


More information about the svn-src-head mailing list