svn commit: r349093 - head/sys/dev/pwm

Ian Lepore ian at FreeBSD.org
Sun Jun 16 00:43:06 UTC 2019


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"


More information about the svn-src-head mailing list