From: Mike Marciniszyn Date: Fri, 28 Mar 2014 19:04:43 +0000 (-0400) Subject: IB/ipath: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads X-Git-Tag: v3.15-rc1~103^2^10~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49c5c27e05c915f0da4c0e756da313cf09ae2c55;p=pandora-kernel.git IB/ipath: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads 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. The introduction of this patch required that the struct ipath_dma_mapping_ops be converted to a C99 initializer. Suggested-by: Bart Van Assche Reviewed-by: Dennis Dalessandro Signed-off-by: Mike Marciniszyn Signed-off-by: Roland Dreier --- Reading git-diff-tree failed