commit | 6b00c92c4b26428cd80e966380c07103556f7b14 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.sfo1.dsl.speakeasy.net> | Tue May 23 17:37:58 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Jun 17 21:18:48 2006 -0700 |
tree | ffaa433a8a0f64285e2365084cf83b329f2070cb | |
parent | 0bbd5f4e97ff9c057b385a1886b4aed1fb0300f1 [diff] [blame] |
[I/OAT]: ioatdma.c needs linux/dma-mapping.h For DMA_*_MASK defines. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/dma/ioatdma.c b/drivers/dma/ioatdma.c index 11d48b97..0fdf7fb 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"