diff options
author | Vinod Koul <vinod.koul@intel.com> | 2011-08-09 00:38:10 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-08-16 07:11:41 -0400 |
commit | a16e470caa173d323ef68dcac98c899b95fa4f84 (patch) | |
tree | adb8fea0799f328bd07d99195438cecb94d9c4cc /include/linux/dmaengine.h | |
parent | 9704efaa52ab18eb3504c4e0bc421c1d01b7981a (diff) |
dmaengine: remove struct scatterlist for header
Commit 90b44f8 introduces dmaengine_prep_slave_single API which adds
scatterlist.h in dmaengine.h, so defining struct scatterlist is not required
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/linux/dmaengine.h')
-rw-r--r-- | include/linux/dmaengine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 0d738c95fe4e..ace51af4369f 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h | |||
@@ -26,8 +26,6 @@ | |||
26 | #include <linux/dma-direction.h> | 26 | #include <linux/dma-direction.h> |
27 | #include <linux/scatterlist.h> | 27 | #include <linux/scatterlist.h> |
28 | 28 | ||
29 | struct scatterlist; | ||
30 | |||
31 | /** | 29 | /** |
32 | * typedef dma_cookie_t - an opaque DMA cookie | 30 | * typedef dma_cookie_t - an opaque DMA cookie |
33 | * | 31 | * |