diff options
author | Vinod Koul <vinod.koul@intel.com> | 2011-08-09 10:08:10 +0530 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2012-01-31 14:28:08 +0800 |
commit | ca9b017144f9a160717de6875186944c72f23d34 (patch) | |
tree | 6d4bb75065095c9713adc728bd92d180cdd5a12a /include | |
parent | 23bed73ea778bd26126651fcefd23cd9fdf33d95 (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')
-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 @@ #include <linux/dma-direction.h> #include <linux/scatterlist.h> -struct scatterlist; - /** * typedef dma_cookie_t - an opaque DMA cookie * |