bus/pci: fix interrupt handler type
[dpdk.git] / drivers / bus / pci / pci_common_uio.c
index dd84ec8..54bc20b 100644 (file)
@@ -90,7 +90,6 @@ pci_uio_map_resource(struct rte_pci_device *dev)
 
        dev->intr_handle.fd = -1;
        dev->intr_handle.uio_cfg_fd = -1;
-       dev->intr_handle.type = RTE_INTR_HANDLE_UNKNOWN;
 
        /* secondary processes - use already recorded details */
        if (rte_eal_process_type() != RTE_PROC_PRIMARY)