Date: Sun, 16 Jun 2019 00:43:06 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r349093 - head/sys/dev/pwm Message-ID: <201906160043.x5G0h6hl072515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Sun Jun 16 00:43:05 2019 New Revision: 349093 URL: https://svnweb.freebsd.org/changeset/base/349093 Log: This code no longer uses fdt/ofw stuff, no need to include ofw headers. Modified: head/sys/dev/pwm/pwmbus.c Modified: head/sys/dev/pwm/pwmbus.c ============================================================================== --- head/sys/dev/pwm/pwmbus.c Sun Jun 16 00:32:19 2019 (r349092) +++ head/sys/dev/pwm/pwmbus.c Sun Jun 16 00:43:05 2019 (r349093) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906160043.x5G0h6hl072515>