From: Matthew Wilcox Date: Fri, 20 Mar 2015 17:37:59 +0000 (-0400) Subject: parisc: Eliminate sg_virt_addr() and private scatterlist.h X-Git-Tag: omap-for-v4.1/fixes-rc1~69^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf8a1d1c13c687eda599c827d713eb70764a79f;p=pandora-kernel.git parisc: Eliminate sg_virt_addr() and private scatterlist.h The only reason to keep parisc's private asm/scatterlist.h was that it had the macro sg_virt_addr(). Convert all callers to use something else (sometimes just sg->offset was enough, others should use sg_virt()), and we can just use the asm-generic scatterlist.h instead. Signed-off-by: Matthew Wilcox Signed-off-by: Dave Anglin Signed-off-by: Helge Deller --- Reading git-diff-tree failed