mmc: tifm: replace kmap with page_address
authorPierre Ossman <drzeus@drzeus.cx>
Sat, 3 Feb 2007 12:36:41 +0000 (13:36 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 4 Feb 2007 19:54:12 +0000 (20:54 +0100)
commitf9d429a2e579ed7c51c49a81265f7e7d2c59c197
treee10cab71de9b660d1da22756eb406f57befd0da6
parentc70840e819acdbab96b8cdf71d27cb68c6567efa
mmc: tifm: 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/tifm_sd.c