Skip to content

Commit

Permalink
dmaengine: remove struct scatterlist for header
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vinod Koul committed Aug 16, 2011
1 parent 9704efa commit a16e470
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#include <linux/dma-direction.h>
#include <linux/scatterlist.h>

struct scatterlist;

/**
* typedef dma_cookie_t - an opaque DMA cookie
*
Expand Down

0 comments on commit a16e470

Please sign in to comment.