Commit a16e470c authored by Vinod Koul's avatar 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: default avatarVinod Koul <vinod.koul@intel.com>
Acked-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 9704efaa
......@@ -26,8 +26,6 @@
#include <linux/dma-direction.h>
#include <linux/scatterlist.h>
struct scatterlist;
/**
* typedef dma_cookie_t - an opaque DMA cookie
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment