diff options
| author | Vinod Koul <vinod.koul@intel.com> | 2011-08-09 10:08:10 +0530 |
|---|---|---|
| committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:20:29 +0800 |
| commit | 60c399fbfb393f2a34bc913331ef38be5e565f82 (patch) | |
| tree | 8973ab18c755d4c89db796867381f2b87c0c163b | |
| parent | f441f75239c825075b20c0903a4fe9a41020e3ae (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>
| -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 * |
