diff options
author | David S. Miller <davem@sunset.sfo1.dsl.speakeasy.net> | 2006-05-23 20:39:49 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-18 00:18:50 -0400 |
commit | 57c651f74cd8383df10a648e677902849de1bc0b (patch) | |
tree | caf432ce2828b25e17cea3cff523e481c740c65e /drivers/dma | |
parent | 6b00c92c4b26428cd80e966380c07103556f7b14 (diff) |
[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/ioatdma.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dma/ioatdma.h b/drivers/dma/ioatdma.h index 312353d12af2..a5d3b3644160 100644 --- a/drivers/dma/ioatdma.h +++ b/drivers/dma/ioatdma.h | |||
@@ -26,8 +26,7 @@ | |||
26 | #include <linux/init.h> | 26 | #include <linux/init.h> |
27 | #include <linux/dmapool.h> | 27 | #include <linux/dmapool.h> |
28 | #include <linux/cache.h> | 28 | #include <linux/cache.h> |
29 | 29 | #include <linux/pci_ids.h> | |
30 | #define PCI_DEVICE_ID_INTEL_IOAT 0x1a38 | ||
31 | 30 | ||
32 | #define IOAT_LOW_COMPLETION_MASK 0xffffffc0 | 31 | #define IOAT_LOW_COMPLETION_MASK 0xffffffc0 |
33 | 32 | ||