From: Michael Ellerman Date: Wed, 25 Jul 2012 21:19:53 +0000 (+0000) Subject: IB/ehca: Remove uses of virt_to_abs() and abs_to_virt() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~10^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b8d1e48e05313b163a36946be1a82e5bc5f9ad;p=pandora-kernel.git IB/ehca: Remove uses of virt_to_abs() and abs_to_virt() abs_to_virt() simply calls __va() and we'd like to get rid of it, so replace all abs_to_virt() uses with __va(). __va() returns void *, so when assigning to a pointer there's no need to cast. Similarly virt_to_abs() just calls __pa(). Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed