svn commit: r349091 - head/sys/modules/allwinner/aw_pwm

Ian Lepore ian at FreeBSD.org
Sun Jun 16 00:27:12 UTC 2019


Author: ian
Date: Sun Jun 16 00:27:11 2019
New Revision: 349091
URL: https://svnweb.freebsd.org/changeset/base/349091

Log:
  The pwm interface was replaced with pwmbus, include the right header file.

Modified:
  head/sys/modules/allwinner/aw_pwm/Makefile

Modified: head/sys/modules/allwinner/aw_pwm/Makefile
==============================================================================
--- head/sys/modules/allwinner/aw_pwm/Makefile	Sat Jun 15 23:11:34 2019	(r349090)
+++ head/sys/modules/allwinner/aw_pwm/Makefile	Sun Jun 16 00:27:11 2019	(r349091)
@@ -10,6 +10,6 @@ SRCS+=	\
 	clknode_if.h \
 	device_if.h \
 	ofw_bus_if.h \
-	pwm_if.h
+	pwmbus_if.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list