projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bbd5f4
)
[I/OAT]: ioatdma.c needs linux/dma-mapping.h
author
David S. Miller
<
[email protected]
>
Wed, 24 May 2006 00:37:58 +0000
(17:37 -0700)
committer
David S. Miller
<
[email protected]
>
Sun, 18 Jun 2006 04:18:48 +0000
(21:18 -0700)
For DMA_*_MASK defines.
Signed-off-by: David S. Miller <
[email protected]
>
drivers/dma/ioatdma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/ioatdma.c
b/drivers/dma/ioatdma.c
index 11d48b97b36e6dfecbd1351a8865d8fc5b0cb800..0fdf7fbd6495833b573d97275648213de0103e60 100644
(file)
--- 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"