From f3bb92515317f9b66fca73deca375a79d49dc54a Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 28 May 2015 22:01:50 +0000 Subject: Create a separate kobj interface for leaf-driver PCI IOV methods. Leaf drivers should not import the PCI bus interface to add IOV handling. Instead, move the IOV client methods to a separate kobj interface. Differential Revision: https://reviews.freebsd.org/D2584 Reviewed by: rstone --- sys/dev/ixl/ixl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ixl/ixl.h') diff --git a/sys/dev/ixl/ixl.h b/sys/dev/ixl/ixl.h index 1ddfbca3d7d7..3348e1abae27 100644 --- a/sys/dev/ixl/ixl.h +++ b/sys/dev/ixl/ixl.h @@ -93,6 +93,7 @@ #ifdef PCI_IOV #include #include +#include #endif #include "i40e_type.h" -- cgit v1.2.3