]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/igb_uio/compat.h
igb_uio: revert MSI IRQ mode
[dpdk.git] / lib / librte_eal / linuxapp / igb_uio / compat.h
index 2a16540efe04c1e66bb0c7551c577cc563181ac2..2c48ed3e514f5716f8f1a81adef5631bc85954a8 100644 (file)
@@ -93,11 +93,3 @@ static bool pci_check_and_mask_intx(struct pci_dev *pdev)
        return pending;
 }
 #endif
-
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 37)
-/* Compatability wrapper for new kernel API for IRQ */
-#define irq_data       irq_desc
-#define irq_get_irq_data(irq)  irq_to_desc(irq)
-#define irq_data_get_msi(data) get_irq_desc_msi(data)
-#endif
-