1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

This code no longer uses fdt/ofw stuff, no need to include ofw headers.

This commit is contained in:
Ian Lepore 2019-06-16 00:43:05 +00:00
parent 09ebe549ae
commit e3384e8c44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349093

View File

@ -41,9 +41,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <dev/ofw/ofw_bus.h>
#include <dev/ofw/ofw_bus_subr.h>
#include <dev/pwm/pwmbus.h>
#include "pwmbus_if.h"