]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_pci.h
pci: use igb_uio mapping only when needed
[dpdk.git] / lib / librte_eal / common / include / rte_pci.h
index 83ba5e9e77c6c5de01e7e9292cadffec252245be..af758777d9432334e67b9ef46ee84cac0fff5dbb 100644 (file)
@@ -188,10 +188,8 @@ struct rte_pci_driver {
        uint32_t drv_flags;                     /**< Flags contolling handling of device. */
 };
 
-#ifdef RTE_EAL_UNBIND_PORTS
 /** Device needs igb_uio kernel module */
 #define RTE_PCI_DRV_NEED_IGB_UIO 0x0001
-#endif
 /** Device driver must be registered several times until failure */
 #define RTE_PCI_DRV_MULTIPLE 0x0002