svn commit: r363666 - head/sys/dev/ntb/ntb_hw

Ruslan Bukin br at FreeBSD.org
Wed Jul 29 15:46:18 UTC 2020


Author: br
Date: Wed Jul 29 15:46:17 2020
New Revision: 363666
URL: https://svnweb.freebsd.org/changeset/base/363666

Log:
  Fix build.
  
  Reviewed by:	kib
  Sponsored by:	DARPA/AFRL
  Differential Revision:	https://reviews.freebsd.org/D25879

Modified:
  head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c
  head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c

Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c
==============================================================================
--- head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c	Wed Jul 29 14:33:31 2020	(r363665)
+++ head/sys/dev/ntb/ntb_hw/ntb_hw_intel.c	Wed Jul 29 15:46:17 2020	(r363666)
@@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/resource.h>
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
+#include <dev/iommu/iommu.h>
 
 #include "ntb_hw_intel.h"
 #include "../ntb.h"

Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c
==============================================================================
--- head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c	Wed Jul 29 14:33:31 2020	(r363665)
+++ head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c	Wed Jul 29 15:46:17 2020	(r363666)
@@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/resource.h>
 #include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
+#include <dev/iommu/iommu.h>
 
 #include "../ntb.h"
 


More information about the svn-src-all mailing list