From: Michael Ellerman Date: Fri, 3 Aug 2012 02:23:15 +0000 (+1000) Subject: crypto: nx - Remove virt_to_abs() usage in nx-842.c X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~19^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b58b01ac2b7aadbd5143c74b029aee0ce9ac33;p=pandora-kernel.git crypto: nx - Remove virt_to_abs() usage in nx-842.c virt_to_abs() is just a wrapper around __pa(), use __pa() directly. We should be including to get __pa(). abs_addr.h will be removed shortly so drop that. We were getting of.h via abs_addr.h so we need to include that directly. Having done all that, clean up the ordering of the includes. Signed-off-by: Michael Ellerman Acked-by: Seth Jennings Signed-off-by: Herbert Xu --- Reading git-diff-tree failed