aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.sfo1.dsl.speakeasy.net>2006-05-23 17:39:49 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-17 21:18:50 -0700
commit57c651f74cd8383df10a648e677902849de1bc0b (patch)
treecaf432ce2828b25e17cea3cff523e481c740c65e
parent6b00c92c4b26428cd80e966380c07103556f7b14 (diff)
downloadlinux-57c651f74cd8383df10a648e677902849de1bc0b.tar.gz
[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.h
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/dma/ioatdma.h3
-rw-r--r--include/linux/pci_ids.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/ioatdma.h b/drivers/dma/ioatdma.h
index 312353d12af27a..a5d3b3644160f6 100644
--- a/drivers/dma/ioatdma.h
+++ b/drivers/dma/ioatdma.h
@@ -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
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 590dc6dca3157d..819c8e1324d164 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2043,6 +2043,7 @@
#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