From aee0e20139ee89d1d9d8c061225b34e98daaaba4 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Sun, 16 Jun 2019 00:27:11 +0000 Subject: [PATCH] The pwm interface was replaced with pwmbus, include the right header file. --- sys/modules/allwinner/aw_pwm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/allwinner/aw_pwm/Makefile b/sys/modules/allwinner/aw_pwm/Makefile index 820ab51cc42..4f949bb562b 100644 --- a/sys/modules/allwinner/aw_pwm/Makefile +++ b/sys/modules/allwinner/aw_pwm/Makefile @@ -10,6 +10,6 @@ SRCS+= \ clknode_if.h \ device_if.h \ ofw_bus_if.h \ - pwm_if.h + pwmbus_if.h .include