diff options
author | David S. Miller <davem@sunset.sfo1.dsl.speakeasy.net> | 2006-05-24 04:37:58 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-18 08:18:48 +0400 |
commit | 6b00c92c4b26428cd80e966380c07103556f7b14 (patch) | |
tree | ffaa433a8a0f64285e2365084cf83b329f2070cb /drivers/dma | |
parent | 0bbd5f4e97ff9c057b385a1886b4aed1fb0300f1 (diff) | |
download | linux-6b00c92c4b26428cd80e966380c07103556f7b14.tar.xz |
[I/OAT]: ioatdma.c needs linux/dma-mapping.h
For DMA_*_MASK defines.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/ioatdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ioatdma.c b/drivers/dma/ioatdma.c index 11d48b97b36e..0fdf7fbd6495 100644 --- a/drivers/dma/ioatdma.c +++ b/drivers/dma/ioatdma.c @@ -30,6 +30,7 @@ #include <linux/interrupt.h> #include <linux/dmaengine.h> #include <linux/delay.h> +#include <linux/dma-mapping.h> #include "ioatdma.h" #include "ioatdma_io.h" #include "ioatdma_registers.h" |