aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.sfo1.dsl.speakeasy.net>2006-05-23 17:37:58 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-17 21:18:48 -0700
commit6b00c92c4b26428cd80e966380c07103556f7b14 (patch)
treeffaa433a8a0f64285e2365084cf83b329f2070cb
parent[I/OAT]: Driver for the Intel(R) I/OAT DMA engine (diff)
downloadlinux-dev-6b00c92c4b26428cd80e966380c07103556f7b14.tar.xz
linux-dev-6b00c92c4b26428cd80e966380c07103556f7b14.zip
[I/OAT]: ioatdma.c needs linux/dma-mapping.h
For DMA_*_MASK defines. Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/dma/ioatdma.c1
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"