]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit2a22b14edfdf1dce303ec48bb934a6a2edb278b5
treee0e3a9704358297ed1fa8394af83faded7718733
parent4a0ddbd25ad4e03a0a1657f5cb2259c9a35fe9e6
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 <drzeus@drzeus.cx>
drivers/mmc/sdhci.c
drivers/mmc/sdhci.h