From 6b00c92c4b26428cd80e966380c07103556f7b14 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 23 May 2006 17:37:58 -0700 Subject: [I/OAT]: ioatdma.c needs linux/dma-mapping.h For DMA_*_MASK defines. Signed-off-by: David S. Miller --- drivers/dma/ioatdma.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include "ioatdma.h" #include "ioatdma_io.h" #include "ioatdma_registers.h" -- cgit v1.2.3-59-g8ed1b