From: Vinod Koul Date: Tue, 9 Aug 2011 04:38:10 +0000 (+0530) Subject: dmaengine: remove struct scatterlist for header X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a16e470caa173d323ef68dcac98c899b95fa4f84;p=~shefty%2Frdma-dev.git 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 Acked-by: Dan Williams --- diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 0d738c95fe4..ace51af4369 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -26,8 +26,6 @@ #include #include -struct scatterlist; - /** * typedef dma_cookie_t - an opaque DMA cookie *