[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.h
authorDavid S. Miller <davem@sunset.sfo1.dsl.speakeasy.net>
Wed, 24 May 2006 00:39:49 +0000 (17:39 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:18:50 +0000 (21:18 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/dma/ioatdma.h
include/linux/pci_ids.h

index 312353d..a5d3b36 100644 (file)
@@ -26,8 +26,7 @@
 #include <linux/init.h>
 #include <linux/dmapool.h>
 #include <linux/cache.h>
-
-#define PCI_DEVICE_ID_INTEL_IOAT       0x1a38
+#include <linux/pci_ids.h>
 
 #define IOAT_LOW_COMPLETION_MASK       0xffffffc0
 
index 590dc6d..819c8e1 100644 (file)
 #define PCI_DEVICE_ID_INTEL_80960_RP   0x1960
 #define PCI_DEVICE_ID_INTEL_82840_HB   0x1a21
 #define PCI_DEVICE_ID_INTEL_82845_HB   0x1a30
+#define PCI_DEVICE_ID_INTEL_IOAT       0x1a38
 #define PCI_DEVICE_ID_INTEL_82801AA_0  0x2410
 #define PCI_DEVICE_ID_INTEL_82801AA_1  0x2411
 #define PCI_DEVICE_ID_INTEL_82801AA_3  0x2413