提交 a16e470c 编写于 作者: V Vinod Koul

dmaengine: remove struct scatterlist for header

Commit 90b44f8f introduces dmaengine_prep_slave_single API which adds
scatterlist.h in dmaengine.h, so defining struct scatterlist is not required
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
Acked-by: NDan Williams <dan.j.williams@intel.com>
上级 9704efaa
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#include <linux/dma-direction.h> #include <linux/dma-direction.h>
#include <linux/scatterlist.h> #include <linux/scatterlist.h>
struct scatterlist;
/** /**
* typedef dma_cookie_t - an opaque DMA cookie * typedef dma_cookie_t - an opaque DMA cookie
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册