From: Magnus Damm Date: Fri, 19 Mar 2010 04:47:01 +0000 (+0000) Subject: serial: sh-sci: Use sg_dma_len() and sg_dma_address() X-Git-Tag: v2.6.35-rc1~504^2~44^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f354a38175f5219146f4675dca770e114cf3c502;p=pandora-kernel.git serial: sh-sci: Use sg_dma_len() and sg_dma_address() Convert the dmaengine code in sh-sci.c from directly accessing the struct scatterlist members length, dma_length and dma_address to using the macros sg_dma_len() and sg_dma_address(). Makes the code build for ARM. Signed-off-by: Magnus Damm Acked-by: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- Reading git-diff-tree failed