Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
[firefly-linux-kernel-4.4.55.git] / drivers / dma / ioat / pci.c
index 4f686c527ab606750951c98af85acdb007f303ed..71c7ecd80fac8d3b9b33dd909ba2533da17e2e83 100644 (file)
@@ -40,17 +40,6 @@ MODULE_VERSION(IOAT_DMA_VERSION);
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_AUTHOR("Intel Corporation");
 
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB0  0x0e20
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB1  0x0e21
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB2  0x0e22
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB3  0x0e23
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB4  0x0e24
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB5  0x0e25
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB6  0x0e26
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB7  0x0e27
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB8  0x0e2e
-#define PCI_DEVICE_ID_INTEL_IOAT_IVB9  0x0e2f
-
 static struct pci_device_id ioat_pci_tbl[] = {
        /* I/OAT v1 platforms */
        { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IOAT) },