Skip to content

Commit

Permalink
[I/OAT]: ioatdma.c needs linux/dma-mapping.h
Browse files Browse the repository at this point in the history
For DMA_*_MASK defines.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller authored and David S. Miller committed Jun 18, 2006
1 parent 0bbd5f4 commit 6b00c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dma/ioatdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6b00c92

Please sign in to comment.