igb_uio: fix IRQ mode handling
[dpdk.git] / lib / librte_eal / common / include / rte_pci_dev_feature_defs.h
index 82f2c00..6316b6d 100644 (file)
@@ -39,8 +39,7 @@ enum rte_intr_mode {
        RTE_INTR_MODE_NONE = 0,
        RTE_INTR_MODE_LEGACY,
        RTE_INTR_MODE_MSI,
-       RTE_INTR_MODE_MSIX,
-       RTE_INTR_MODE_MAX
+       RTE_INTR_MODE_MSIX
 };
 
 #endif /* _RTE_PCI_DEV_DEFS_H_ */