[I/OAT]: ioatdma.c needs linux/dma-mapping.h
authorDavid S. Miller <davem@sunset.sfo1.dsl.speakeasy.net>
Wed, 24 May 2006 00:37:58 +0000 (17:37 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:18:48 +0000 (21:18 -0700)
For DMA_*_MASK defines.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/dma/ioatdma.c

index 11d48b9..0fdf7fb 100644 (file)
@@ -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"