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

This commit is contained in:
Ian Lepore 2019-06-16 00:27:11 +00:00
parent 6cdbe2bf20
commit aee0e20139

View File

@ -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>