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

This commit is contained in:
ian 2019-06-16 00:27:11 +00:00
parent 07f9ac1fe0
commit 36b0c762ae

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>