mirror of https://gitee.com/openkylin/linux.git
[I/OAT]: ioatdma.c needs linux/dma-mapping.h
For DMA_*_MASK defines. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0bbd5f4e97
commit
6b00c92c4b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue