Index: head/sys/modules/allwinner/aw_pwm/Makefile =================================================================== --- head/sys/modules/allwinner/aw_pwm/Makefile (revision 349090) +++ head/sys/modules/allwinner/aw_pwm/Makefile (revision 349091) @@ -1,15 +1,15 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/arm/allwinner KMOD= aw_pwm SRCS= aw_pwm.c SRCS+= \ bus_if.h \ clknode_if.h \ device_if.h \ ofw_bus_if.h \ - pwm_if.h + pwmbus_if.h .include