Date: Sun, 16 Jun 2019 00:27:11 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r349091 - head/sys/modules/allwinner/aw_pwm Message-ID: <201906160027.x5G0RBh5062371@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906160027.x5G0RBh5062371>