Message ID | 20211012132510.42134-3-alexandru.elisei@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | vfio/pci: Fix MSIX table and PBA size allocation | expand |
diff --git a/vfio/pci.c b/vfio/pci.c index ea33fd6..10ff99e 100644 --- a/vfio/pci.c +++ b/vfio/pci.c @@ -10,8 +10,6 @@ #include <sys/resource.h> #include <sys/time.h> -#include <assert.h> - /* Some distros don't have the define. */ #ifndef PCI_CAP_EXP_RC_ENDPOINT_SIZEOF_V1 #define PCI_CAP_EXP_RC_ENDPOINT_SIZEOF_V1 12