From: Pierre Ossman Date: Fri, 2 Feb 2007 17:27:42 +0000 (+0100) Subject: mmc: sdhci: replace kmap with page_address X-Git-Tag: v2.6.21-rc1~92^2~40^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a22b14edfdf1dce303ec48bb934a6a2edb278b5;p=pandora-kernel.git mmc: sdhci: replace kmap with page_address Since we actively avoid highmem, calling kmap_atomic() instead of page_address() is effectively only obfuscation. Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed