From: Mike Marciniszyn Date: Fri, 28 Mar 2014 17:26:42 +0000 (-0400) Subject: IB/qib: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads X-Git-Tag: v3.15-rc1~103^2^10~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446bf432a9b084d9f3471eca309cc53fa434ccc7;p=pandora-kernel.git IB/qib: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads Remove the overload for .dma_len and .dma_address The removal of these methods is compensated for by code changes to .map_sg to insure that the vanilla sg_dma_address() and sg_dma_len() will do the same thing as the equivalent former ib_sg_dma_address() and ib_sg_dma_len() calls into the drivers. Suggested-by: Bart Van Assche Reviewed-by: Dennis Dalessandro Tested-by: Vinod Kumar Signed-off-by: Mike Marciniszyn Signed-off-by: Roland Dreier --- Reading git-diff-tree failed