mmc: sdhci: replace kmap with page_address
authorPierre Ossman <drzeus@drzeus.cx>
Fri, 2 Feb 2007 17:27:42 +0000 (18:27 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 4 Feb 2007 19:54:12 +0000 (20:54 +0100)
Since we actively avoid highmem, calling kmap_atomic() instead
of page_address() is effectively only obfuscation.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>

No differences found