From: Michael Ellerman Date: Wed, 25 Jul 2012 21:19:48 +0000 (+0000) Subject: powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto driver X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~10^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7187dafc1e7fde551001ba91ea94cf6faa73256a;p=pandora-kernel.git powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto driver phys_to_abs() is a nop, don't use it. virt_to_abs() is just a wrapper around __pa(), call __pa() directly. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed