svn commit: r350213 - head/sys/dev/xdma

Ruslan Bukin br at FreeBSD.org
Mon Jul 22 16:50:38 UTC 2019


Author: br
Date: Mon Jul 22 16:50:37 2019
New Revision: 350213
URL: https://svnweb.freebsd.org/changeset/base/350213

Log:
  Remove unused header.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/dev/xdma/xdma_iommu.c

Modified: head/sys/dev/xdma/xdma_iommu.c
==============================================================================
--- head/sys/dev/xdma/xdma_iommu.c	Mon Jul 22 16:01:20 2019	(r350212)
+++ head/sys/dev/xdma/xdma_iommu.c	Mon Jul 22 16:50:37 2019	(r350213)
@@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/mutex.h>
 #include <sys/rwlock.h>
 
-#include <machine/cache.h>
 #include <machine/bus.h>
 
 #include <vm/vm.h>


More information about the svn-src-head mailing list