]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/pci/pci_common_uio.c
bus/pci: fix interrupt handler type
[dpdk.git] / drivers / bus / pci / pci_common_uio.c
index dd84ec8bf13caa9e8dcc211ae449456b00c3f4df..54bc20b59acc4b6f00f9cbdf2551fbef38040a47 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)