svn commit: r295629 - head/sys/kern

Andrew Turner andrew at FreeBSD.org
Mon Feb 15 17:05:05 UTC 2016


Author: andrew
Date: Mon Feb 15 17:05:03 2016
New Revision: 295629
URL: https://svnweb.freebsd.org/changeset/base/295629

Log:
  Remove an unused FDT header, fdt_common.h should only be needed in a few
  places, mostly in sys/dev/fdt and legacy code.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/kern/subr_intr.c

Modified: head/sys/kern/subr_intr.c
==============================================================================
--- head/sys/kern/subr_intr.c	Mon Feb 15 16:55:44 2016	(r295628)
+++ head/sys/kern/subr_intr.c	Mon Feb 15 17:05:03 2016	(r295629)
@@ -64,8 +64,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/ofw/openfirm.h>
 #include <dev/ofw/ofw_bus.h>
 #include <dev/ofw/ofw_bus_subr.h>
-
-#include <dev/fdt/fdt_common.h>
 #endif
 
 #ifdef DDB


More information about the svn-src-all mailing list